'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.