flagbug / YoutubeExtractor

A .NET library, that allows to download videos from YouTube and/or extract their audio track (currently only for flash videos).
813 stars 374 forks source link

UnauthorizedAccessException: path to this folder is denied #302

Open JJtheJJpro opened 6 years ago

JJtheJJpro commented 6 years ago

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

MordechaiHadad commented 6 years ago

Maybe your application doesnt have permissions?

Hanzalah-Adalan commented 6 years ago

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