YoutubeExtractor icon indicating copy to clipboard operation
YoutubeExtractor copied to clipboard

UnauthorizedAccessException: path to this folder is denied

Open JJtheJJpro opened this issue 6 years ago • 2 comments

I try to download a file on my documents folder but I come up with System.UnauthorizedAccessException. Please help

JJtheJJpro avatar Mar 05 '18 04:03 JJtheJJpro

Maybe your application doesnt have permissions?

MordechaiHadad avatar Mar 05 '18 16:03 MordechaiHadad

are you building a UWP app? if so, I would recommend you to change your save location from Documents library to any of Picture, Videos or Music and then check it in appmanifest capability

image

in Windows 10, (for security reason) any read/write task with the storage needs be achieved via system picker image

Hanzalah-Adalan avatar Mar 16 '18 23:03 Hanzalah-Adalan