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
- OAuth Identity should not be unique
I'm working on OAuth authorization_code flow with HubSpot. The access_token and identity I get after user has been logged in are related to a HubSpot portal (wi...
- Android - Self-Hosted account.get() "nul...
Android (Kotlin) SDK 7.0.0, Self-hosted appwrite version 1.6.0 I'm using Google OAuth2 to log the user in. After they log in, I can see them in the Auth tab in...
- Request failedPlease check if your crede...
I’m trying to migrate my local Appwrite setup (running in Docker) to Appwrite Cloud, but I’m hitting an issue during the deployment process. My Setup • ...