Skip to main content
A newer version of this page is available. .
Tab

AccountManager.RegisterGoogleDrivePersonal(String, String, String) Method

Registers the Google Drive cloud storage (personal account).

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public static void RegisterGoogleDrivePersonal(
    string name,
    string clientId,
    string clientSecret
)

Parameters

Name Type Description
name String

A string value that specifies the account name.

clientId String

A string value that specifies the Client ID.

clientSecret String

A string value that specifies the Client Secret.

Remarks

To learn more, see the Google Drive Personal File System Provider topic.

See Also