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
- Project auto-blocked after load testing ...
Hi team π My project has been automatically blocked with the message: "Project is currently blocked β Access to this project is restricted. Contact support if...
- App build crashing with "Internal error"
Hello Appwrite team! π We are trying to deploy a Next.js application on Appwrite Cloud, but our builds are consistently failing. The deployment log successful...
- local (self-hosted) sites issues
setup: - `composer run installer:dev` issues - Getting error when visiting the site ```Synchronous function execution timed out. Use asynchronous execution in...