
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
- Web SDK chunk upload to Storage without ...
As discussed in this older thread (https://discord.com/channels/564160730845151244/1216821517749321808), the Read permission for Any needs to be enabled in orde...
- Storage getFilePreview for GIF file retu...
Used to work in 1.6.x but with 1.7.4 upgrade it seems to be broken.
- CORS errors with storage bucket
I have a javascript file in the storage bucket and I used the view endpoint in an `src` attribute of a `<script>` tag. But I am getting the `net::ERR_BLOCKED_BY...
