Apologies if I haven’t had a chance to take a look for solutions but I’m away for a few days and don’t really have a computer to properly look at configurations. At first I thought the 28MB file upload limit was good enough but now my users are asking to be able to upload files that are at least 100MB. When I come back to my computer, what are the steps I need to take to increase the bucket’s file upload limits?
You need to change the env var _APP_STORAGE_LIMIT
Thank you! I’ll try this out later when I get back on my computer.
Recommended threads
- Framework categorization for Sites
Hello, I want to deploy my web app via Appwrite SItes. My web app is vite+reactjs. In the Appwrite docs, it creates a vite+react app, and chooses React from the...
- Appwrite Education Plan Activation Reque...
Hi How Can i Get Access To Appwrite's Education Plan Using Github, I Have My Github Education Pack Active and Want to Claim This Offer and Github Only Shows Sup...
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...