
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
- How to get event payload/source from fai...
Hi everyone, I'm currently working with Appwrite's database triggers, specifically for document creation events. I've encountered a potential issue and was h...
- Creating a custom function ID in the con...
Console Version 1.8.0 Google chrome Version 139.0.7258.66 (Official Build) (64-bit)
- Function stuck and has exceeded timeout
I have a function, or more specifically, an execution that has been running for 20+ minutes. It still says "processing". I have a timeout of 6 minutes for that...
