Maximum file size limit you are trying to set is above the limit allowed for your plan. Upgrade to h
- 0
- Web
- Storage
- Cloud
I got this issue when trying to add permissions to my media Maximum file size limit you are trying to set is above the limit allowed for your plan. Upgrade to higher plan to increase the limit.My plan is starter
For now, you'll need to lower your file size
but I need to add any permissions to my storange
I have 1 bucket and need to add permission for it but got this allert Maximum file size limit you are trying to set is above the limit allowed for your plan. Upgrade to higher plan to increase the limit.My plan is starter
Change the default value for Maximum file size to something below 50 mb and update, this should unblock you
thanks
Thanks
Thanks!
If your issue is solved, please add [SOLVED] to the beginning of your title!
Happy appwriting :appwriterocket:
Recommended threads
- [Regression] Appwrite 25.1.0 returns Inv...
I've already opened an issue on GitHub, but somewhat it doesn't seem like GitHub is monitored very closely, so I'm leaving a bug report here on Discord as well....
- Helping in unblock my account
I deleted my Appwrite Cloud account that was linked via GitHub. Now I activated my GitHub Student Pack and want to sign up again using the same GitHub account, ...
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...