onedrive-explorer-js | OneDrive sample application for JavaScript

 by   OneDrive HTML Version: Current License: MIT

kandi X-RAY | onedrive-explorer-js Summary

kandi X-RAY | onedrive-explorer-js Summary

onedrive-explorer-js is a HTML library. onedrive-explorer-js has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

This sample illustrates the basic concepts for interacting with OneDrive via Microsoft Graph API to create a file explorer web app.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              onedrive-explorer-js has a low active ecosystem.
              It has 95 star(s) with 63 fork(s). There are 28 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 4 open issues and 6 have been closed. On average issues are closed in 67 days. There are 1 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of onedrive-explorer-js is current.

            kandi-Quality Quality

              onedrive-explorer-js has 0 bugs and 0 code smells.

            kandi-Security Security

              onedrive-explorer-js has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              onedrive-explorer-js code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              onedrive-explorer-js is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              onedrive-explorer-js releases are not available. You will need to build from source code and install.
              It has 458 lines of code, 0 functions and 4 files.
              It has low code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of onedrive-explorer-js
            Get all kandi verified functions for this library.

            onedrive-explorer-js Key Features

            No Key Features are available at this moment for onedrive-explorer-js.

            onedrive-explorer-js Examples and Code Snippets

            No Code Snippets are available at this moment for onedrive-explorer-js.

            Community Discussions

            QUESTION

            OneDrive authorization redirectURI (setup on Application Registration Portal)
            Asked 2017-Mar-19 at 21:50

            I have a single web application that is using different locales (around 35) to render localized content. I am using token flow authentication (more details https://dev.onedrive.com/auth/graph_oauth.htm) to generate a new access token.

            This is implemented through a new window that is doing a GET request to login.live.com/oauth20_authorize.srf?client_id=....&scope=scope=onedrive.readwrite&response_type=token&redirect_uri=REDIRECT_URI (when there is an access_token expiration I am using a silent way via iframes to get a new access_token the same way as with window). Similar way of authentication was done on OneDrive Explorer sample web app (https://github.com/OneDrive/onedrive-explorer-js)

            After successful authentication, there is a redirect to the REDIRECT_URI (this is built dynamically on my app based on the locale.

            The problem I have is that I cannot manually add all the possible redirect uris on the Microsoft registration portal (there is a limit of 21).

            Do you know if there is any way to do that by using wildcards on the setup of redirect_uris in the portal? Or maybe another way to implement that logic? I did some investigation online and found many developers having the same problem. Is there any recent patch/update available regarding that?

            Thanks.

            ...

            ANSWER

            Answered 2017-Mar-16 at 13:06

            I know I should post this as a comment, sadly I don't have enough reputation to post comments..

            If the user chooses his locale before authentication you could save the locale settings temporarily to Session (or wherever you want). Now you can create your own redirect page where you read the settings from the session (or wherever you saved the settings) and redirect to the right URI yourself. This way you only have to register the URI of your own redirect page on the Microsoft registration portal.

            Source https://stackoverflow.com/questions/42804996

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install onedrive-explorer-js

            You can download it from GitHub.

            Support

            This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/OneDrive/onedrive-explorer-js.git

          • CLI

            gh repo clone OneDrive/onedrive-explorer-js

          • sshUrl

            git@github.com:OneDrive/onedrive-explorer-js.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link