I am looking to download my files in public folder from One Drive, but it doesn't download the files. Here is the scenario:
In public folder I have another folder with multiple files in it and is accessible widely. for test purpose I have shared all the files in public folder (I don't if it's proper way of sharing it).
I am using BackgroundTransferRequest
to download the file using below code:
string filePathToDownload = string.Empty, fileName = "111.mp3";
filePathToDownload = "http://1drv.ms/1z9XlW6";
Uri transferUri = new Uri(Uri.EscapeUriString(filePathToDownload), UriKind.RelativeOrAbsolute);
BackgroundTransferRequest transferRequest = new BackgroundTransferRequest(transferUri);
transferRequest.Method = "GET";
transferRequest.TransferPreferences = TransferPreferences.AllowCellularAndBattery;
Uri downloadUri = new Uri(DataSource.TEMPDOWNLOADLOCATION + fileName, UriKind.RelativeOrAbsolute);
transferRequest.DownloadLocation = downloadUri;
transferRequest.Tag = fileName;
The file is 300Kb, but this only downloads 6 Kb.
How can I directly download the file from the links above (any of them)?
thanks!
Restart the OneDrive App or Computer. Generally, restarting the device or app can solve most issues, including OneDrive zip download not working. So, you can quit your OneDrive app and restart it to see if it can back to normal. If this does not work, you can also try to restart the computer.
Select the files, and then drag and drop them into your OneDrive folder. Blue circular arrows beside your files mean that they're syncing to the cloud. When they're done syncing, green check marks are displayed.
The File Format is Not Supported In other words, SharePoint and OneDrive don't have a Block Download button because the platforms do not support blocking video downloads. The good news is that Microsoft confirmed they're working on adding Block Download for other file types.
If you replace the word redir
with download
in the url you get the raw file instead of the webpage i.e.
https://onedrive.live.com/download?resid=DBBC281099F4FE69%21646
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With