
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
- cli 5.0.5 command for pull and push of d...
Hi i am using selfhosted appwrite 1.5.10, for migration (duplicate project) purpose i am using cli 5.0.5, but i am unable to find commands for pull and push, wh...
- 404 for self-host
docker-compose.yml: x-logging: &x-logging logging: driver: 'json-file' options: max-file: '5' max-size: '10m' services: traefik: ima...
- Issue creating team membership with USER...
Log time ago it worked without any issue when I made a demo app but now it is not working in cloud function. code ```await awTeams ?.createMembe...
