You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the file picker to open at the designated location (it works)
the user cannot navigate higher, e.g. to Shared Documents (it works)
both files and folders can be selected in that location and deeper nested locations (it doesn't work, only folders can be selected despite mode="all"
Screenshots
Details
Please provide details around your solution, what you are trying to achieve with our shared controls, and where you believe the bug exists. The more details you can share the easier it is for us to investigate the issue. Thanks!
What I am trying to achieve is to allow a user to select a file from a Teams channel, which translates to /sites/Shared Documents/General for the sharepoint path.
Providing the sharePoint.byPath configuration from above, the file picker opens at the correct location and the user is restricted to that folder and deeper, but the files are all disabled.
kpoimenidis
changed the title
Cannot select file in designated SharePoint folder
File Picker - Cannot select file in designated SharePoint folder
Jun 28, 2024
Describe the bug
In the File Picker, providing a path in
typesAndSources.locations.sharePoint.folder
disables file selection.To Reproduce
Steps to reproduce the behavior:
Use the following File Picker configuration for
entry
,selection
andtypesAndSources
.Expected behavior
I would expect:
mode="all"
Screenshots
Details
Please provide details around your solution, what you are trying to achieve with our shared controls, and where you believe the bug exists. The more details you can share the easier it is for us to investigate the issue. Thanks!
What I am trying to achieve is to allow a user to select a file from a Teams channel, which translates to
/sites/Shared Documents/General
for the sharepoint path.Providing the
sharePoint.byPath
configuration from above, the file picker opens at the correct location and the user is restricted to that folder and deeper, but the files are all disabled.Additional context
The full configuration.
The text was updated successfully, but these errors were encountered: