
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
- Unable to read session cookie
Hi, when I am hitting Appwrite **/account** API. I am getting the user account details as expected in the response. However, with that API, Appwrite also adds a...
- Database error
My code: await databases.createDocument( process.env.APPWRITE_DATABASE, process.env.APPWRITE_COLLECTION_USER, data.userId, ...
- How to run queries to get the storage li...
I installed the n8n (self-hosting) and community node n8n-nodes-nappwrite. I tried to get the storage list files more than 25 records. But I cannot find the w...
