TransferRequest.DownloadLocation = downloadUri Uri downloadUri = new Uri(DataSource.TEMPDOWNLOADLOCATION + fileName, UriKind.RelativeOrAbsolute) TransferRequest.TransferPreferences = TransferPreferences.AllowCellularAndBattery Uri transferUri = new Uri(Uri.EscapeUriString(filePathToDownload), UriKind.RelativeOrAbsolute) īackgroundTransferRequest transferRequest = new BackgroundTransferRequest(transferUri) I am using BackgroundTransferRequest to download the file using below code: string filePathToDownload = string.Empty, fileName = '111.mp3' From shared folder link !646&authkey=!AGRCGuw8Y2_p9mA&ithint=folder%2c.mp3.The following links are provided for me to download the file: In public folder I have another folder with multiple files in it and is accessible widely.įor test purpose I have shared all the files in public folder (I don't if it's proper way of sharing it). I am looking to download my files in public folder from One Drive, but it doesn't download the files.