
my frontend is index.html while my backend is in main.py for some reason, when I try to upload a file, it also sends a binary file to the storage bucket. (the binary file has application/octet-stream mime type and its filename is only 2 digits e.g 87, 73, etc) I cant figure out why it is doing that Please help me

here is the code

yes, I have correct API Key, I intentionally removed it so I can post code here
Recommended threads
- A full logout for users logged in via Go...
I have a web app in reactjs that uses the Google login that is integrated into Appwrite for user login. I use `createOAuth2Token()` to login to their account. ...
- Relationship problem
When I UPDATE a document that has a relationship and I pass id and all the data of the relationship it works but if i CREATE a document then it says 401 user un...
- Automatic chunking for large media does ...
Hi! Using https://github.com/appwrite/sdk-for-apple to upload images to Storage, it does not upload images larger than ~2mb. Error message: `Invalid document...
