OneDrive/onedrive-explorer-android

Upload and Download Multiple file

bishinew opened this issue · 4 comments

Can you add an example to Upload and Download multiple files in this example?

Thanks for fixing the silent login issue.

The OneDrive SDK for Android does not support 'batched operations' If you wanted to perform multiple upload/downloads you would need to send those requests with some kind of pool or queue.

If you take a look at the DisplayItem it is responsible for downloading thumbnail previews by using Android's async tasks framework.

Does that address the scenario you are interested in?

I'm going to close out this issue as I'm not sure there is a clear next step. Please reopen or file a new issue if there are more details you'd like addressed

I am surprised you could not reproduce the issue with a Android 6 phone. I would like to provide more info and I cannot find any log.

This is an issue on the OneDrive Explorer, are you referring to the OneDrive picker project?