Reputation: 18198
I am trying to implement the pictures sample in the docs
However I get an exception at
StorageFolder picturesFolder = KnownFolders.PicturesLibrary;
The error is
System.UnauthorizedAccessException: 'Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))'
Upvotes: 3
Views: 715