Skip to main content

TdxCloudStorageMicrosoftOneDriveProvider Class

An online file data provider that can work with Microsoft OneDrive®.

Declaration

TdxCloudStorageMicrosoftOneDriveProvider = class(
    TdxCloudStorageOAuth2Provider
)

Remarks

This class implements file data access and synchronization functionality via Microsoft Graph® and OneDrive REST APIs.

Assign the TdxCloudStorageMicrosoftOneDriveProvider class name to a cloud storage component’s ProviderClassName property to create a Microsoft OneDrive® file data provider accessible via the component’s Provider property. Then, assign a properly configured Microsoft Graph® API-compatible authorization agent to the AuthorizationAgent property to be able to authenticate and authorize the file data provider in an online account.

Note

A Microsoft OneDrive® file data provider can access the content of the “Recent” and “Shared with me” special folders.

See Also