
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
- Managed databases?
I'm evaluating Appwrite Cloud for a project. One of my requirements is that I can move to selfhosted down the road if it becomes necessary. After reading the...
- Dumb question, api key for app? Protect ...
I have my project set up, and I'm developing with Flutter. My app does not require users to log in to retrieve some general project data, but authentication is ...
- Update Document taking absurdly long
I'm making a food ordering app for businesses What im trying to do is to create a menu a restuarant is going to have posted all troughout the week, with certai...
