Skip to main content
Tab

AccountManager.RegisterGoogleDrive(String, String, String) Method

Registers the Google Drive cloud storage account.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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.

See Also