Skip to content Skip to sidebar Skip to footer

Cannot Retrieve File From FutureAccessList If I Use GetFileAsync Instead Of Picker.pickSingleFileAsync

I have an app that retrieves files in two ways: one using a file picker and the other, using the path directly. In both cases, I get the file, add it to the future access list, and

Solution 1:

Your code is correct. This is a bug in the WinRT API. I work on that part of the system and have filed a bug on this topic.


Post a Comment for "Cannot Retrieve File From FutureAccessList If I Use GetFileAsync Instead Of Picker.pickSingleFileAsync"