[]
        
(Showing Draft Content)

Microsoft.AspNetCore.Builder.CloudStorageProviderManagerExtensions.AddGoogleDriveStorage

AddGoogleDriveStorage Method

AddGoogleDriveStorage(StorageProviderManager, string, UserCredential, string)

Add a DropBoxStorageProvider to StorageProviderManager with the specified key and some parameters.

Declaration
public static StorageProviderManager AddGoogleDriveStorage(this StorageProviderManager manager, string key, UserCredential credential, string applicationName)
Parameters
Type Name Description
StorageProviderManager manager

The DropBoxStorageProvider

string key

The key value must be DropBox.

UserCredential credential

Credential information is created by your token.json file.

string applicationName

Your application name.

Returns
Type Description
StorageProviderManager