[]
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)
| 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 |