-
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 File Picker v8 - Missing code example and documentation for handling shared libraries #37
Comments
Can you share a bit more on where you are/got stuck or what information is missing from the docs? We can't have individual samples that cover every possible scenario but do want to ensure there is enough information folks can figure out how to load the control. |
I was facing following problem when trying to make javascript-basic to work with shared libraries (configuration typesAndSources->sharedLibraries: true), when clicking on shared team there was an exception, because handling authentication for command.type = "ms-graph" was missing.
|
Hey @LukaszGawlikBridge, I'm going through and looking at some of the older issues. Did anyone ever address this? If not, I can triage for someone to update the docs accordingly. Thanks! |
Hello @JCrew0 , as far as I know it has not been addressed yet (I have not been informed about any changes in documentation regarding this topic). Regards |
@LukaszGawlikBridge, just an update: this is still in my backlog. Will hopefully get to it soon |
Describe the bug
There is missing code example and documentation for handling shared libraries. It is complex to make it work. Making javascript-basic example to work with shared libraries requires not obvious adjustments:
Expected behavior
There should be code example for sharedLibraries:true (the best would be some basic javascript code). It should be also covered clearly by documentation how to make shared libraries to work.
The text was updated successfully, but these errors were encountered: