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
- Custom emails
What happen if I use a third party email provider to customize my emails and my plan run out of emails/month? Appwrite emails are used as fallback sending emai...
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...
- Can't login or deploy functions in Appwr...
Hello, since i updatet to the appwrite cli 6.1.0 i can't login or deploy functions with the cli. When i call the command: "appwrite get account --verbose" i ge...