
How can I increase the body limit? I need to send base64 image to a function.

The best thing to do is use Appwrite storage instead of sending an image directly to a function

Yeah, but I don't want to store anywhere. I need to pass it to another 3rd party API

Download the file from storage in the function

it's what i'm doing now, but it's just a workaround. it's less than ideal to upload, run function and then delete

How about executing the function automatically on upload?

I still need to store the file unnecessarily then, don't I?

it is necessary because functions doesn't support large file inputs
Recommended threads
- Appwrite CLI
I try to deploy a function using Appwrite CLI but it says: `appwrite functions createDeployment ^ --functionId=xyz^ --code="." ^ --activate error: u...
- Cloud Functions Executions partially dow...
Yesterday we reported a wide Function-Downtime. Today we have the same - just not wide-spread across all functions. DEV is down - Prod still working. Its the s...
- Appwrite Functions Generally Down?
We are getting customer support requests, that our service is down. We tried to pinpoint it, and we can't see any logs of any appwrite cloud function in the pas...
