OneDrive file picker for JavaScript
Home

OneDrive file picker for JavaScript

OneDrive file picker for JavaScript

Chapeau

Bronnen

OneDrive file picker SDK for JavaScript

Filmpje: New OneDrive APIs for Developing Against OneDrive AND OneDrive for Business, May 9, 2015

Beginnen

Register your application

To get started you need to register your application and receive an app ID from the Microsoft Application Registration Portal.

  1. Log in to the Microsoft Application Registration Portal using your Microsoft account, or a work or school account.
  2. Click Add an app and enter a name for your app.
  3. After your application is created, configure it to support the JavaScript picker:
    1. Click Generate New Password to create an Application secret. While this value is not necessary for the picker, it must have been created.
    2. Click Add Platform and then select Web.
    3. Enter one or more URLs where the picker will be hosted on your website. Each page that hosts the picker needs to have a redirect URL provided.
    4. Click the Save button to save your changes.
  4. Copy the Application Id for your application and use it in the JavaScript options object you provided to open or save a file.

JI
2016-08-21 13:52:55