my-folder/my-subfolder
.
The following video shows how to get a path:
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
<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.<user-pname>
(required) - The User Principal Name (UPN) for the OneDrive user account in Entra ID. This is typically the user’s email address.<password>
(required for username and password authentication): The password for the target UPN.<tenant>
(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.<client-cred>
(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), set to true
to recursively access files from subfolders within the specified OneDrive <path>
. The default is false
if not otherwise specified.<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
.