
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
- Granting Access to another Projects data...
I have two Application using Appwrite and Users from both applications must be able to access certain collection of the other Database. I am in the process of s...
- Oauth integration not working after appw...
Hey all, I hope this is the correct category. As the title states, we recently upgraded both our staging and production appwrite to 1.6.1. We had GitHub oauth ...
- Error adding MCP in Windsurf
I got error when adding MCP in Windsurf (I use the template for Windsurf provided on appwrite MCP doc page): "adding this instance would exceed max allowed tool...
