OneDrive
Send processed data from Unstructured to OneDrive.
The requirements are as follows.
-
A OneDrive for business plan, or a Microsoft 365 or Office 365 Business or enterprise plan that includes OneDrive. Learn more. Shop for business plans. Shop for enterprise plans. OneDrive personal accounts, and Microsoft 365 Free, Basic, Personal, and Family plans are not supported.
-
A SharePoint Online plan, or a Microsoft 365 or Office 365 Business or enterprise plan that includes SharePoint Online. (Even if you only plan to use OneDrive, you still need a plan that includes SharePoint Online, because OneDrive is built on SharePoint technology.) Learn more. Shop for business plans. Shop for enterprise plans.
-
The OneDrive and SharePoint Online plans must share the same Microsoft Entra ID tenant. Learn more.
-
The User Principal Name (UPN) for the OneDrive account. This is typically the OneDrive account user’s email address. To find a UPN:
- Depending on your plan, sign in to your Microsoft 365 admin center (typically https://admin.microsoft.com) using your administrator credentials, or sign in to your Office 365 portal (typically https://portal.office.com) using your credentials.
- In the Users section, click Active users.
- Locate the user account in the list of active users.
- The UPN is displayed in the Username column.
The following video shows how to get a UPN:
-
The path to the target OneDrive folder, starting from the OneDrive account’s root folder, for example
my-folder/my-subfolder
.The following video shows how to get a path:
-
The client ID, tenant ID, and client secret for the Microsoft Entra ID app registration that has access to the target OneDrive account and also has the correct set of Microsoft Graph access permissions. These permissions include:
-
Files.ReadWrite.All
(if both reading and writing are needed) -
Sites.ReadWrite.All
(if both reading and writing are needed) -
User.Read.All
-
Directory.Read.All
- Create an Entra ID app registration.
- Add Graph access permissions to an app registration.
- Grant consent for the added Graph permissions.
The following video shows how to create an Entra ID app registration:
The following video shows how to add the correct set of Graph access permissions to the Entra ID app registration:
-
To create the destination connector:
- On the sidebar, click Connectors.
- Click Destinations.
- Cick New or Create Connector.
- Give the connector some unique Name.
- In the Provider area, click OneDrive.
- Click Continue.
- Follow the on-screen instructions to fill in the fields as described later on this page.
- Click Save and Test.
Fill in the following fields:
- Name (required): A unique name for this connector.
- Client ID (required): The application (client) ID of the Microsoft Entra ID app registration that has access to the OneDrive account.
- Tenant ID (required): The directory (tenant) ID of the Entra ID app registration.
- Authority URL (required): The authentication token provider URL for the Entra ID app registration. The default is
https://login.microsoftonline.com
. - Principal Name (required): The User Principal Name (UPN) for the OneDrive user account in Entra ID. This is typically the user’s email address.
- Client Credential (required): The client secret for the Entra ID app registration.
- Path (source connector only): The path to the target folder in the OneDrive account, starting with the account’s root folder, for example
my-folder/my-subfolder
. - Recursive (source connector only): Check this box to recursively access files from subfolders within the specified OneDrive path.
- Remote URL (destination connector only):
onedrive://
, followed by the path to the target folder in the OneDrive account, starting with the account’s root folder, for exampleonedrive://my-folder/my-subfolder
.
Was this page helpful?