React Developer
const result = await storage.getFileDownload('bucketId', 'fileId');
console.log(result, typeof result);
[] object
Votes
0
Replies
11
Participants
Unknown
Messages
12
React Developer
const result = await storage.getFileDownload('bucketId', 'fileId');
console.log(result, typeof result);
[] object
What is happening when you are calling this?
React Developer
nothing
So, no browser download starts?
React Developer
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?
React Developer
no download
React Developer
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?