
Hi, I am trying to upload large files to Appwrite in chunks. The code: Receives a file (Base64 encoded) and its name via a JSON payload. Decodes the Base64 data and saves it as a temporary file. Splits the file into smaller chunks (5MB). Uploads each chunk to Appwrite Storage using the create_file method. Cleans up temporary files after processing.
Unfortunatelly, I am getting 2 errors:
An internal curl error has occurred within the executor! Error Msg: Http invalid protocol\nError Code: 500
or
\nError Code: 413
Can you help me?
Recommended threads
- 1.7.0 Self Hosted Upgrade
Hi, I've tried a fresh install on 1.7.0 and I've also done a fresh install on 1.6.2. 1.6.2 is working fine fresh, update to 1.7.0 and migrate fails Fresh inst...
- deno 2 Cloud random errors
we have big problems with the functions. although we do not change anything in the function, we have the following random behaviour: - no scope permissions erro...
- Functions not work on Server only Localh...
Hi, I successfully upgraded from 1.4 to 1.7, but I'm having a problem. The functions no longer work with the settings I had. I assume some changes were made. It...
