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
- 404 Error on Self Hosted instance
I have a 404 page not found error when I want to access my console 😢 I am on Ubuntu 24.04.3 LTS and I just do a `apt update` and `apt upgrade` and after a reb...
- Verification failed
I am unable to connect custom domain. it keeps on verifying and when i refresh it says verification failed. I bought my domain from hostinger. my instance is r...
- After migrating my self hosted from 1.7....
after i migrated successfully as i suppose from the logs. I still getting this 500 error, what was the same error when i tried to migrate from 1.7.4 to any new ...