-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OneDrive FilePicker doesn't show anything in Photos #27
Comments
Thanks @travelmarx , thought I was going crazy. Can anybody share insight on whether the photos pivot is supported or not in the v8 OneDrive picker? And if so, what might be missing in the configuration shared above? And if not, I add my vote as a feature request. Our application relies heavily on the photos pivot for image centric workflows. |
I just found that the file picker will in fact display Photos when refreshed (F5), and only when refreshed. So perhaps this should be filed as a bug. |
I am checking with the engineering team on what is expected here. If it is supposed to work or not and as well the F5 behavior is strange. Will also investigate when I have some time. |
Checking in on status, any updates? thx |
Behavior as of today is Photos will display in right pane. However, selecting one (or more) will not activate the upload button. |
Hey @markbeau and @travelmarx, I'm going through and looking at some of the older issues. Did anyone ever address this or did you come up with a solution? If not, I can try to take a look. Thanks! |
@JCrew0, thanks for checking back. My experience mirrors @travelmarx. |
I just noticed that the photo pivot is working again! The Upload button now activates as expected when one or more photos are selected in the picker. Huge thanks to the team for addressing this. |
Glad it was fixed! Closing the issue |
Not sure if this is a bug or feature request. Good news: after many days of effort, I got my asp net core web app up and running with PickerV8. (I had been using the previous version for years.) I'm able to run locally and deploy to App Service or Container Apps and everything works in all three environments (local, app service, container apps).
I only use OneDrive FilePicker against personal accounts and do nothing with SharePoint.
My question is when I put what I think are correct
params
conf to allow picking from "photos", nothing happens, meaning I don't see anything (see screenshot below). Can I use "photos: true"? Is that valid syntax in my situation? I have this:I'm expecting to see photos in the image below because when I go to OneDrive there are photos there.
The text was updated successfully, but these errors were encountered: