
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
- Forgot how to create functions which dep...
whenever I try to create a function using the starter template, I either get tar: short read, Build archive was not created, or the build succeeds but I dont s...
- Creating function on repo cant find main...
I have a repo for cloud functions, which I initially set to private and all worked fine. I had to change it to public for some time and now I set it back to pri...
- API preflight request not working on .f...
When I am calling a function on my APP through the domain is failing. Because the preflight request (OPTIONS HTTP request) times out. this only occurs with fu...
