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

AccountManager.RegisterGoogleDrive(String, String, String) Method

Registers the Google Drive cloud storage account.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public static void RegisterGoogleDrive(
    string name,
    string clientEmail,
    string privateKey
)

Parameters

Name Type Description
name String

A string value that specifies the account name.

clientEmail String

A string value that specifies the Client Email.

privateKey String

A string value that specifies the Private Key.

Remarks

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

Online Demo

GoogleDrive Provider

See Also