-
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-picking/javascript-basic-consumer broken #66
Comments
Also affected by this. Can also reproduce with a confidential client. Adding the https://stackoverflow.com/questions/77457558/problem-connecting-to-onedrive-file-picker-v8 I am out of ideas here. Maybe there is something wrong in the query parameters?
|
We had a working integration up and running that suddenly broke down with this error, so I assume something has changed in the FilePicker itself. I found the same issue on learn.microsoft.com here. |
Seems the same as this issue. Not clear to me if this is really even supported at this point. |
I have had an open ticket with Microsoft support since feb 14. After a few back and forths, the case got escalated "to discuss the issue with our concerned team". I did not hear back from them within a week, and asking for an approximate time window I got informed that there is a delay due to backlog of cases. Today, finally, I got a response, translated below, and the case was promptly closed. I hope this will help someone. Microsoft's own summary of the issue:
Microsoft support response:
Note that the link 1 is to FilePicker v7, and that the short gif that I am to watch "in order to understand how the file picker works", is showing the sample that currently is broken. |
Getting the same issue while following the instructions in the samples and documentation. Trying for the most basic implementation here and failing. We have a working implementation of the v7.2 picker, but we can't use it because our picker needs to be embedded in an iframe rather than opening a new tab. In Excel Desktop, opening a new browser tab doesn't work as the webview that addins run in isn't able to communicate with another browser. |
@jgullstr - Thanks for sharing that conversation. Quite disheartening, but glad to know I'm not suffering alone. I wonder how many hours people are wasting trying to make this work based on the broken examples and misinformation? Kind of a shame. |
@patrick-rodgers it would be very appreciated if you and the team could have someone take a look at this ticket. |
We have the same problem in OneDrive for consumer account type. It was working before but suddenly stopped working sometime in early February 2024. I tried adding |
It's because the initial URL has a bad query param:
|
Maybe @JCrew0 can help, he seemed to know what happened on #61 which is the same issue. The fix is known, thanks to @adri1wald comment above mine. Be sure to see @jgullstr comment above where we have tried to escalate this through support and they say it is fine and close the issue. This is a complete breaking change for anyone that uses File Picker v8 in a webapp |
Thanks @adri1wald for figuring this out. @SenorFusion I can take a look at why that query param is breaking things |
looks like this is fixed now -- thanks @JCrew0 and team! |
Really appreciate it @JCrew0 and team. Well done! |
Ok I have solved it people. All you have to do is remove this part from the params:
|
I take it back - I'm still getting the same error. |
Any update on this? As far as I can see, this problem still exists… |
Are there any further updates? I tried opening a separate issue as I'm having a similar problem to this thread but haven't gotten any replies yet |
@JCrew0 would be great to have this looked at again - thanks! |
+1, like @damacisaac and @Acrylios said, would be very much appreciated if this get's resolved. |
Describe the bug
File picking for personal accounts seem broken. Following instructions result in the picker showing a bicycle with a flat tire instead of my OneDrive files. This is neither what I want nor what I expect.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect the "Launch Picker" button to bring the OneDrive experience directly into the application to provide a consistent, familiar, user-friendly experience to ensure my users can find the files they need and stay productive—no matter what they’re working on.
Screenshots
Details
The dev console spits out some clues that may or may not be related to this issue.
Error: Resource #285 "provider.instrumentation" is being consumed, but is not available in the current scope.
The text was updated successfully, but these errors were encountered: