
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
- Where is tensorflow support? 3.11 ML doe...
and if i manually tried to add tensorflow i get Cannot access offset of type string on string no matter what
- OAuth2 Error: invalid success param url ...
Hi everyone! I'm trying to implement Google OAuth2 login in a React Native app (using the Android simulator) with Appwrite Cloud, and I'm getting the following ...
- Trying to set up a new appwrite project
we have used the folder structure as follow Functions /function-name /src/index,js This is our entrypoint and git confugre settings When I try to run ...
