Send processed data from Unstructured to OneDrive.

You’ll need:

The OneDrive prerequisites:

  • A OneDrive account.

  • The User Principal Name (UPN) for the OneDrive account. This is typically the OneDrive account user’s email address.

  • The path to the target OneDrive folder, starting from the OneDrive account’s root folder, for example my-folder/my-subfolder.

  • 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 authentication scopes. These scopes 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

See also:

To create the destination connector:

  1. On the sidebar, click Connectors.
  2. Click Destinations.
  3. Click Add new.
  4. Give the connector some unique Name.
  5. In the Provider area, click OneDrive.
  6. Click Continue.
  7. Follow the on-screen instructions to fill in the fields as described later on this page.
  8. 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.
  • Path: The path to the target folder in the OneDrive account, starting with the account’s root folder, for example my-folder/my-subfolder.
  • Recursive: Check this box to recursively access files from subfolders within the specified OneDrive path.
  • Client Credential (required): The client secret for the Entra ID app registration.