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
- Need help with createExecution function
Hi, Need some help understanding createExecution. When requesting function execution via createExecution, the function handler arguments are incorrect and rese...
- HTTP POST to function returning "No Appw...
Hi everyone, I’m running into an issue with my self-hosted Appwrite instance. I’ve set up my environment variables (APPWRITE_FUNCTION_PROJECT_ID, APPWRITE_FUNC...
- Can't add dart 3.5 runtime
Modified the `.env` to enable dart 3.5 runtime on my self-hosted instance but still can't find the runtime when creating a new function. I manually pulled the i...