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
- Appwrite Python SDK Keeps returning the ...
So I have a couple services, one is a scheduling engine responsible for fetching data from a database and launching a containerized micro service to process tha...
- Invalid token passed in the request
Hello, I have an issue using updateMagicURLSession. I send the email using sendMagicLink, which works fine. When i click the link in the email i get the invali...
- functions domain error
I cannot set up the domain for function I’m trying to add the domain api.example.com I can only use Cloudflare as the DNS provider because my domain provider do...