Using the React Native SDK's getFileDownload in an Android app always returns an empty object.
- 0
- Android
- React Native

const result = await storage.getFileDownload('bucketId', 'fileId'); console.log(result, typeof result);
[] object

What is happening when you are calling this?

nothing

So, no browser download starts?

The logic is triggered by a button click in the Android app, without involving a browser.

The browser is the one that downloads it.

The thing I want to know is is it downloading it or no download is happening?

no download

I switched to getFileView
, but still get an empty object.

I'm pretty sure both of these return an array buffer

In version 0.10.0

Any way you can check network logs?
Recommended threads
- OAUTH Error 400
I’m encountering an issue with authentication with google or apple in my Expo React Native app. It was working previously, but it has recently stopped keeping, ...
- Function logs
Where do I see the function logs? I created them using this documentation, tried log and context.log https://appwrite.io/docs/products/functions/develop and I d...
- Realtime Disconnects and Error: INVALID_...
Hi Support, we are still experiencing the issue and we are a subscriber on your platform under the account of charlesbcalague@gmail.com I just want to ask here...
