
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
- Correct way of updating console?
I see that console updates with regular minor fixes, now on self hosted version I have 6.0.13 what's the correct procedure to update it? If I update the vers...
- env var - APP_DOMAIN
Hey guys I am developing a flutter app - the app is already in production. Now I need to change the URL from the public IP to a domain. I cannot break the old u...
- mcp appwrite en claude code primeros pas...
Sin tener experiencia y realizando mis primeros pasos en claude code y conexiones con MCP intente configurar el MCP de appwrite segun la documentacion https://a...
