
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
- Managed databases?
I'm evaluating Appwrite Cloud for a project. One of my requirements is that I can move to selfhosted down the road if it becomes necessary. After reading the...
- Dumb question, api key for app? Protect ...
I have my project set up, and I'm developing with Flutter. My app does not require users to log in to retrieve some general project data, but authentication is ...
- Update Document taking absurdly long
I'm making a food ordering app for businesses What im trying to do is to create a menu a restuarant is going to have posted all troughout the week, with certai...
