The file upload is working just fine. I am using Appwrite SDK 14.0.0, I had to use an earlier version due to some other issue. Thanks.
Do you have permission set to delete such file?
Permissions as in, settings > permissions?
Yes
That affects all the files in storage
Except if the permissions are file-level
Sorry if i sound noob, but does file-level mean?
Also am I doing something wrong?, the file upload works just fine
Collection or bucket level permissions affect all the files inside such collection or bucket.
File/document level permissions affect only to some specific files/documents, so meanwhile you can modify and delete some docs, you will not be able to do the same with others
Recommended threads
- ACTIVATE DEPLOYMENT PROBLEM...
It's not giving me the option to activate a deployment that says it's ready..
- general_unauthorized_scope
localhost oauth not working. general_unauthorized_scope error showing. { "message": "User (role: guests) missing scopes ([\"account\"])", "code": 401, ...
- Anyone manage to get a slack-bot working...
I'm trying to setup a bot the send and retrieve slack messages to a chat in my site. I've failed with SSE and appwrite functions soo far... i'll trying polling ...