Accessing Network-Mapped Devices from Packaged WinRT Application #83
Unanswered
lukeblevins
asked this question in
General
Replies: 2 comments 12 replies
-
@jonwis Do you have input on this scenario? It seems like I'm missing a capability, but it displays my NAS drive files perfectly fine in debug mode. |
Beta Was this translation helpful? Give feedback.
12 replies
-
Hi, @lukeblevins |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In Files, we use the FindFirstFileExFromApp API to enumerate storage locations. When accessing a network drive this way with the broadFileSystemAccess capability, it works as expected. However, when the app is compiled for release to the Microsoft Store, none of the files inside the drive are shown. Is there a capability I'm missing, or should Project Reunion improve the filesystem apis and/or relevant capabilities to allow for access to mapped NAS devices when packaged?
Beta Was this translation helpful? Give feedback.
All reactions