Zionnite
hey guys, have been trying to upload a particular picture of about 6.34mb to appwrite, everytime i tried to upload it, i get
Unhandled Exception: AppwriteException: storage_file_empty, Empty file passed to the endpoint. (400)
I have checked and doubled checked, empty picture is not selected, but when i do upload picture of about 1mb, 2mb do upload is always successful
please, what am I missing?
TL;DR
Issue: Unable to upload a specific picture of 6.34mb to Appwrite, getting a "storage_file_empty" error message.
Solution: The "storage_file_empty" error typically occurs when an empty file is passed to the endpoint. Double-check that the picture file is not empty. If the file is not empty, try the following troubleshooting steps:
1. Check the file format: Make sure the picture file has a supported format (e.g., JPEG, PNG, etc.).
2. File size restrictions: Confirm if there are any file size limitations imposed by Appwrite. If so, ensure that the picture file does not exceed Recommended threads
- Current User is Not authorized
recreating same Thread
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...
- Sign In With Apple OAuth Help
Hi All! I've got a flutter & appwrite app which Im trying to use sign in with apple for. I already have sign in with google working and the function is the sam...