You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
First of all, thank you for the initiative of this project, unfortunately the only thing missing was the following question to be able to implement it in my project.
I was able to successfully upload an mp3 file, but when downloading this file it comes with the content "Instance of 'ByteStream'", and I cannot recover the bytes.
If anyone can help me with this issue, thank you in advance for your attention.
The code I'm using to download and the response:
var files = await driveService?.getAllFiles();
var testFile = files?.first;
var download = await driveService?.downloadFile(file: testFile!);
The text was updated successfully, but these errors were encountered:
Hello!
First of all, thank you for the initiative of this project, unfortunately the only thing missing was the following question to be able to implement it in my project.
I was able to successfully upload an mp3 file, but when downloading this file it comes with the content "Instance of 'ByteStream'", and I cannot recover the bytes.
If anyone can help me with this issue, thank you in advance for your attention.
The code I'm using to download and the response:
The text was updated successfully, but these errors were encountered: