To index content from OneDrive, you must create a OneDrive application to represent the connector (if you want to retrieve content from OneDrive Personal, create a Converged application). To create the application, go to https://apps.dev.microsoft.com/#/appList.
The connector requires the following permissions for the Microsoft Graph API.
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. |
When you create the application, Microsoft will provide you with an application key (sometimes called a client ID) and application secret (sometimes called a client secret). You will need these details to obtain OAuth tokens for the connector.
|