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
- Function deployment failed: Unable to re...
Hi Appwrite team, I have been experiencing persistent errors when i attempt to push my appwrite functions. The logs on the deployment detail page on the console...
- My cloud functions failing 3 days ago (P...
Hi, My cloud function using python has been failing for 3 days, I didn't push any new deployments... Its something to do with it not recognising the entrypoi...
- Scheduled works locking the entire Maria...
I have a scheduled function and apparently that or something is locking the entire MariaDB database and Appwrite is giving MariaDB errors. This error persists e...