
Hi,
We are using Appwrite for storing images in our application, which has both iOS and Android native versions. We are encountering an issue with image uploads on Android.
When uploading images through iOS, the app accepts images of all sizes without any issues. However, when attempting to upload the same images on Android, we receive the following error: "io.appwrite.exceptions.AppwriteException: The requested file could not be found."
Interestingly, this issue does not occur when the images are smaller than 5 MB; those uploads work perfectly fine. We have thoroughly checked our Appwrite configuration and confirmed that there is no specified limit on the file size. Both the iOS and Android versions are using the same bucket and project ID.
Addded the code snippet for the upload function we are using as image.
Could you please assist us in resolving this issue?
Thank you.
Recommended threads
- Upload file
i got this error when try upload file (.Net). I use this line to check my buucket and its all right var buckets = await appWriterInit.Storage.List...
- Issue in saving special character ' ╟ '...
I've created a chat application using Appwrite. However, when users try to save code that contains the character '╟', an internal server error occurs. Interesti...
- Need help on Flutter OAuth2
Am trying to use Appwrite OAuth (google, apple and facebook), am been on it for sometimes now which have tried many things but still not able to make it work: ...
