AccountManager.RegisterGoogleDrive(String, String, String) Method
Registers the Google Drive cloud storage account.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.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