Forum Discussion
ronouweland
Mar 02, 2021Copper Contributor
Hololens 2 FileOpenPicker: no access to Documents folder
We're developing a B2B Hololens 2 application (in Unity, with MRTK). As data input for our app we load in .csv files which contain configuration settings, these are different every time the app is...
koujaku
Mar 02, 2021Iron Contributor
File access on UWP has always been a tricky topic for me as well! This is the document I typically reference when trying to work through issues like this:
https://docs.microsoft.com/en-us/windows/uwp/files/file-access-permissions
It goes through some of the cases of when you can access which file, and the necessary permissions that go with it. See if there's anything in there that'll help you out! I can see a few things that sound like they could be of interest.
https://docs.microsoft.com/en-us/windows/uwp/files/file-access-permissions
It goes through some of the cases of when you can access which file, and the necessary permissions that go with it. See if there's anything in there that'll help you out! I can see a few things that sound like they could be of interest.
ronouweland
Mar 03, 2021Copper Contributor
koujaku Thanks for the link (and the quick reply), hadn't come across this one yet. We'll give it another go!
- JaredCohenJun 30, 2023Copper Contributor
ronouweland Did you happen to figure this out? I have been having trouble and would love to utilize it!