Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions snippets/general-shared-text/onedrive-platform.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ Fill in the following fields:
- **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.



- **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 example `onedrive://my-folder/my-subfolder`.