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
- Clarification about `Content` in terms a...
Hello, I'm looking into using Appwrite's cloud storage and got a bit concerned about this part in the terms page: https://appwrite.io/terms#content > Our Serv...
- ClamAV antivirus scanning only works wit...
https://github.com/appwrite/appwrite/issues/10921 pleas assign this issue to me
- Subscription Problem
I'm making an app in RN with Expo and Appwrite and there's a functionality which allows the user to create a task/test (i'll be reffering to them collectively a...