
When trying to upload file to bucket (file size is 12mo), I got this error: Request Entity Too Large
I'm using REST API because I'm calling appwrite from n8n workflow on a HTTP node. Please help.

Each request payload is limited to 5mb. If you want to upload larger files you'll need to stream them to server using http chunks

You can see here how to use the REST API with larger files: https://appwrite.io/docs/apis/rest#files

if you're using the Appwrite SDK that is already taken care of in the background.
Recommended threads
- Storage File URL
If the bucket is set so only the user can read, how can the files in storage be accessed directly via URL? (without turning them public through a file token)
- Billing issue
Hey, i recently Purchased the Pro Plan on Appwrite but I've changed my mind id there any way i xould cancel the Pro use the Free Tier and get my refund?
- I can't update my email templates in sel...
I have attached a long screenshot of the whole page to provide a better context to the issue I am having. The summary is that on navigating to the Auth templat...
