How to change the max bucket file size
hey, which version are you using? On Cloud:
Selfhosted
should be the latest version
try this
_APP_STORAGE_LIMIT
Already tried that
Try to change to integer one
- name: _APP_STORAGE_LIMIT
value: 500000000000
Also, you should set the Maximum file size per bucket
its a string, please try a number
It doesnt allow for a int
but will try that other one
wait it worked now
[SOLVED] How to change the max bucket file size
Recommended threads
- Payment error
While I was making the subscription for this month, I got the following.
- Appwrite Bucket use
I'm wishing to integrate Appwrite bucket storage into my project for storing documents directly from my server. I'm currently using appwrite free plan,and I'm...
- Image transformations
On flutter web, when using image transformations, the results are being cached. When I replace an image, the old version still appears. Is it possible to manual...