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.
- Log in to the Microsoft Application Registration Portal using your Microsoft account, or a work or school account.
- Click Add an app and enter a name for your app.
- After your application is created, configure it to support the JavaScript picker:
- Click Generate New Password to create an Application secret. While this value is not necessary for the picker, it must have been created.
- Click Add Platform and then select Web.
- 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.
- Click the Save button to save your changes.
- Copy the Application Id for your application and use it in the JavaScript options object you provided to open or save a file.
2016-08-21 13:52:55