Hello! I can't delete photo files from the trash. I can’t delete it either through the code or through the admin panel. Writes server error. The files are not deleted, and their identifier is generated automatically, even if I specified it manually.
What version of Appwrite are you on?
Hello! Version 1.3.7
Should I update to fix it?
I know there was a bug with deleting files: https://github.com/appwrite/appwrite/issues/6042
does this sound like the same thing you're experiencing?
Recommended threads
- The current user is not authorized to pe...
I want to create a document associated with user after log in with OAuth. The user were logged in, but Appwrite said user is unauthorized. User is logged in wi...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...
- Current User is Not authorized
recreating same Thread