-
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
File Picker does show "My files" without refresh #61
Comments
I'm working on a new implementation and I've observed the same thing. It seems like it's been working only intermittently for the last several days, even the sample projects have stopped working for me several times. |
I had a similar issue as well. try this https://stackoverflow.com/questions/77457558/problem-connecting-to-onedrive-file-picker-v8/77492041#77492041 |
@patrick-rodgers @jansenbe - Any ideas here? Seems like a few people are struggling to get even a basic sample working. |
The Stack Overflow post got things working for me. The |
Thanks, that improves things a bit, but still seeing odd behavior. With cid value and opening file picker I see the following:
|
I can confirm we have the same issue, of files not appearing, which was fixed by setting |
Same for me, fix allows files to be displayed on the right side, but still no "My Files" section on the left. |
My experience same as PashaPash. |
As of the last few days, "My Files" is working as expected. It is appearing in the left pane, and everything is working as expected. I wish I knew what changed. (Now, to get Photos working #27 :-)). |
@travelmarx Glad to hear this was fixed! I think a fix was made internally by one of the engineers on my team. |
@JCrew0 - argh, the issue seems to be back with My files. See attached image. If I sort, files show up. A refresh doesn't help. So, I can continue working but it's not optimal behavior. I'll add, I haven't change config parameters or code. |
I am facing the same issue, it was working before but now its giving errors sometime its "something went wrong" and sometimes its "items might not exists". I have noted one thing if, I remove it seems to work on a refresh, but with broken functionality. I am doing it for consumers. |
@JCrew0 - Is your team actively working on any of these? Is this a supported integration? I have indefinitely backlogged this work for my teams because it just seems like there's no priority on a fix. |
It's because the initial URL for getting the files has a bad query param:
|
Looks like it's working....just noticed and will keep testing a bit. Thank you! |
I can confirm as well that the picker is now working properly in my apps. Thanks for your attention and work on this. |
Seems to have resolved for now. Is there something we can do (set in config) to be immune to this problem ? |
I'm experiencing this issue now, where a reload works 10% of the time but the remaining 90% fail indefinitely. Getting the following message every time in the failure case:
I have verified that I'm authenticated. Perhaps I have some race condition in my code that I'm not aware of, but I'm following the docs pretty closely and making sure that I'm not calling any requests until the |
Hi, we've been using OneDrive File Picker v8 now for over 6 months just fine (for the most part). However, starting a few weeks ago, something changed.
With our setup, after calling the picker, we used to see: "My files, Recent, and Photos".
But a few weeks ago - with no changes in our code - we started seeing just "Recent and Photos". (see image 1)
Then we figured out if we refreshed the popup window (CTRL R) then "My Files" would show up but still have a "something wrong". (image 2)
Clicking "My Files" would then show our files and we could then pick files as normal. (image 3)
And sometimes, at this point we still get "something wrong" and then if we change sorting, everything appears as expected.
Has something changed?
Thanks!
Image 1 - Missing "My files"
Image 2 - "My files" shows up after refresh
Image 3 - finally "My files" content shows up after clicking "My files"
The text was updated successfully, but these errors were encountered: