Can't upload files larger than 5MB unless the user has update permission
- 0
- Self Hosted
- Web
- Storage
For some weird reason when the uploaded file is bigger than 5MB, it doesn't upload and stays on "pending" The client logs show that it's unauthorized. I just switched to a self hosted instance, this did not happen on the cloud version.
Files above 5mb will be chunked by the SDK. I think that's the reason why it's needed to set update permissions .
Reference: https://appwrite.io/docs/products/storage/upload-download#large-files
Recommended threads
- Error getting preview of file
Rest Response: ``` { "message": "Server Error", "code": 500, "type": "general_unknown", "version": "1.8.1" } ``` Appwrite Logs ``` appwrite ...
- tablesDB.updateRow() properly updates co...
I did not thoroughly investigate, but the issue does not seem to stem from actual permission errors (despite the error message). My tables have table-level perm...
- Database listRows method call failing in...
I'm getting an error when trying to use listRows in a flutter app on a database. It seems something in the backend has changed because the production version of...