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
- Hi, I'm getting this error while deployi...
✗ Error • search (6937cb70002c2e9c1a97) • Fai ✗ Error: Deployment of search has failed. Check at https://cloud.appwrite.io/console/project-693...
- Timed out waiting for runtime. Error Cod...
After setting up my ML project that uses deepface and tensorflow in appwrite functions I get the `Timed out waiting for runtime. Error Code: 400. ` error. I am...
- Bug: Cloud Function On Schedule Didn't R...
Heya I have a cloud function with this cron `0 17 * * *` to run at 9AM PT every day. I have not touched this since I set it up, and it has been working fine s...