Hi, I am creating a REST Api to upload small video files to Appwrite Storage. I used the instruction here: https://appwrite.io/docs/references/cloud/server-python/storage#createFile to create file but it does not work when I deployed it as REST API. I noticed that we can add file in local machine through body setup of REST API but I do not know how to do it.
TL;DR
Issue: Developer is unable to upload video files from their local machine to Appwrite Storage REST API.
Solution: The developer can add a file from their local machine through the body setup of the REST API. They can refer to the instructions provided in the Appwrite documentation to correctly create and upload the file.
hai1153
2 Jun, 2024, 16:30
Uploading video file in my local machine to Appwrite Storage REST API does not work