[]
Add a DropBoxStorageProvider to StorageProviderManager with the specified key and some parameters.
public static StorageProviderManager AddGoogleDriveStorage(this StorageProviderManager manager, string key, UserCredential credential, string applicationName)
Public Shared Function AddGoogleDriveStorage(manager As StorageProviderManager, key As String, credential As UserCredential, applicationName As String) As StorageProviderManager
| Type | Name | Description |
|---|---|---|
| StorageProviderManager | manager | |
| string | key | The key value must be DropBox. |
| UserCredential | credential | Credential information is created by your token.json file. |
| string | applicationName | Your application name. |
| Type | Description |
|---|---|
| StorageProviderManager |