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
- Bug Report: Crash when trying to createR...
https://github.com/appwrite/sdk-for-android/issues/96 I think the bug is related with this one https://discord.com/channels/564160730845151244/1443887021314539...
- Passkeys with Appwrite
I am using appwrite auth and would like to implement passkeys, did anyone have done before, have a guide or documentation or POC? if yes, please share because I...
- updateSession not working anymore
Was something changed recently on Cloud since updateSession is no longer working and I get 400 when calling it, with following error: ``` { "message": "The...