
is there a maximum file size you can make your limit too for file uploads?

The default limit in self-hosting is 30MB, however as you know it can be modified to a bigger size. This limitation will depend mainly in the provider or file format. In the case of Amazon S3 the maximum size for a single file allowed is 5TB if I understand it correctly. https://aws.amazon.com/es/s3/faqs/#:~:text=Q%3A%20How%20much%20data%20can,single%20PUT%20is%205%20GB.

Appwrite SDK chunks files into smaller portions when the file is bigger than 5MB to prevent limitations and ensure reliability and performance: https://appwrite.io/docs/products/storage/upload-download#large-files
Recommended threads
- Error getting session: AppwriteException...
I get this error `Error getting session: AppwriteException: User (role: guests) missing scope (account)` when running in prod. As soon as I try running my app o...
- 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...
