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

GoogleDrivePersonalAccount(String, String, String) Constructor

Initializes a new instance of the GoogleDrivePersonalAccount class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public GoogleDrivePersonalAccount(
    string name,
    string clientId,
    string clientSecret
)

Parameters

Name Type Description
name String

A string value that specifies the Google Drive personal account’s name.

clientId String

A string value that specifies the service account’s client ID.

clientSecret String

A string value that specifies the service account’s Client Secret.

See Also