Web API Edition | ComponentOne
C1.Web.Api.Storage.CloudStorage Namespace / GoogleDriveStorageProvider Class / GoogleDriveStorageProvider Constructor
Credential infor is created by your token.json file.
Your application name.

In This Topic
    GoogleDriveStorageProvider Constructor
    In This Topic
    Create a GoogleDriveStorageProvider to C1.Web.Api.Storage.StorageProviderManager with the specified key and some parameters.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal credential As Google.Apis.Auth.OAuth2.UserCredential, _
       Optional ByVal applicationName As String _
    )
    public GoogleDriveStorageProvider( 
       Google.Apis.Auth.OAuth2.UserCredential credential,
       string applicationName
    )

    Parameters

    credential
    Credential infor is created by your token.json file.
    applicationName
    Your application name.
    See Also