Skip to content

OneDrive File Picker v8 - Missing code example and documentation for handling shared libraries #37

Open
@LukaszGawlikBridge

Description

@LukaszGawlikBridge

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:

  1. Configuration, set sharedLibraries: true (it is obvious, it's described in documentation, it's OK)
  2. Adjusting code for getting token (auth.js->getToken) - it's not covered by documentation or any example (there is some handling in csharp-basic but at the same time pivots->sharedLibraries is not set to true).
    image

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions