Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCloudStorageMicrosoftOneDriveProvider Class

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

#Declaration

Delphi
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