
Click the button below to download and install it on your computer and refer to the guide below to upload photos/videos from Android to OneDrive easily.
#ONEDRIVE DOWNLOAD FOLDER ANDROID HOW TO#
I followed some advice from this post How to download and save a file from Internet using Java?Īnd have managed to download the file from OneDrive. Instead of directly backing up files to OneDrive on Android device, you can also get it done on Mac.

If anyone has a simpler solution, I'd love to hear it. Although I really was surprised there isn't and easier way to download a file. IPickerResult result = mPicker.getPickerResult(requestCode, resultCode, data) ES File Explorer is unsafe you granted it permission to send your personal data to the companys home office. Thanks! if (requestCode = ONEDRIVE_CHOOSER_REQUEST) Download the Forums for Android app Download. Now that I have the Uri, please help me with how to get a local copy of the file so that I can use it. I've done some searches to find out how to download a file give the weblink, but they either seem way to complicated or have not worked.īelow is the code for the onactivity result from the OneDrive picker. I would have thought this would be simple (As Dropbox made downloading a local copy part of their picker function) but it seems OneDrive has not. I would now like to download (make a copy) of the file to the local storage on the Android device. My app then gets the weblink that points to the file. This is how OneDrive works on computers but not on Android.

If their folders are synced with the same cloud account, they will be kept in sync with each other. It works across multiple devices (your phone and your tablet). I have implemented the OneDrive picker in my app to allow the user to easily select a file from the OneDrive cloud storage. If you delete a file on one side, it will be deleted on the other side.
