From 10e310999a1390f7a18a1967e1ec3d42b9d49a14 Mon Sep 17 00:00:00 2001 From: Paul Cornell Date: Fri, 6 Dec 2024 09:57:28 -0800 Subject: [PATCH] OneDrive connector: path for source, but remote URL for destination --- snippets/general-shared-text/onedrive-platform.mdx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/snippets/general-shared-text/onedrive-platform.mdx b/snippets/general-shared-text/onedrive-platform.mdx index 5f4af0ba..cae4152f 100644 --- a/snippets/general-shared-text/onedrive-platform.mdx +++ b/snippets/general-shared-text/onedrive-platform.mdx @@ -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`. \ No newline at end of file