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 use TS for creating appwrite func...
I was making a few appwrite functions but on doing the appwrite init setup process i always got main.js. Is there any way i can use TS?
- Synchronous Function Execution Timed Out...
Hi Appwrite team 👋 I’m facing a synchronous function execution timeout issue on Appwrite Cloud and would appreciate some guidance. I executed this function u...
- Function executions fail with cURL error...
Appwrite version: 1.8.0 Executor version: 0.11.4 Function runtime: Python 3.12 SELF-HOSTED Function executions that occur at the same moment as the executor's ...