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
- DB Relational Table Request
Hi, I'd like to suggest a rewording of the relationships between tables. - Current wording: storeOperatingDays can contain one storeId ...
- Domain is already used. Please try again...
I have a website with where the www.domain.me This website works just fine But if I try to visit domain.me. I get this error. I keep getting sent to some app ri...
- Redirect from clicking team invite link ...
Hi all! Pretty new to app development in general so this might be something more generic than appwrite, but I've found (after reading the docs for the Teams API...