The OneDrive Connector retrieves information through the Microsoft Graph API.
To use the Microsoft Graph API, you must go to the Azure portal and register an application to represent the connector. Full instructions about how to create an application are available in the Microsoft documentation.
The OneDrive Connector has the following requirements:
http://localhost:7878/oauth
). The "type" of the redirect URI should be "Web".API Permissions. The connector requires the following permissions for the Microsoft Graph API. Grant delegated permissions if you are retrieving data from a single user. Grant application permissions to retrieve data from multiple users in a OneDrive for Business environment.
Permissions | Notes |
---|---|
|
These permissions must be granted. |
Files.ReadWrite.All
|
Required to use the insert or delete actions to insert files into OneDrive or delete files in OneDrive. |
|
(OneDrive for Business only). Required if you want to configure Mapped Security, to protect information that you index into IDOL from unauthorized access. |