
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
- Unable to View / Edit Bucket Files
Hi! I am unable to view / edit Bucket Files. While Previews work just fine, clicking the actual file to view or edit it produces the errors seen in the attache...
- [SOLVED] how does uploading work with no...
It's been a while since i used my appwrite instance. I spun up a server 1.7.4 and downloaded the newest cli. Created a fucntion and the node-appwrite packed doe...
- getFilePreview() doesn't work with react...
const fileurl - await storage.getFilePreview(appwriteConfig.storageId, fileId, 2000, 2000, 'top', 100); console.log('Uploaded file URL: ' + fileUrl); // LOG -> ...
