Web API Core | ComponentOne
Microsoft.AspNetCore.Builder Namespace / CloudStorageProviderManagerExtensions Class / AddGoogleDriveStorage Method
The C1.Web.Api.Storage.CloudStorage.DropBoxStorageProvider
The key value must be DropBox.
Credential information is created by your token.json file.
Your application name.

In This Topic
    AddGoogleDriveStorage Method
    In This Topic
    Syntax
    'Declaration
     
    
    <ExtensionAttribute()>
    Public Shared Function AddGoogleDriveStorage( _
       ByVal manager As StorageProviderManager, _
       ByVal key As String, _
       ByVal credential As Google.Apis.Auth.OAuth2.UserCredential, _
       ByVal applicationName As String _
    ) As StorageProviderManager
    [Extension()]
    public static StorageProviderManager AddGoogleDriveStorage( 
       StorageProviderManager manager,
       string key,
       Google.Apis.Auth.OAuth2.UserCredential credential,
       string applicationName
    )

    Parameters

    manager
    The C1.Web.Api.Storage.CloudStorage.DropBoxStorageProvider
    key
    The key value must be DropBox.
    credential
    Credential information is created by your token.json file.
    applicationName
    Your application name.
    See Also