[]
Constructor DropBox
[Obsolete]
public DropBoxStorage(string name, string path, DropboxClient dbClient)
| Type | Name | Description |
|---|---|---|
| string | name | File Name |
| string | path | File Path |
| DropboxClient | dbClient | DropboxClient instance |
Constructor DropBox
public DropBoxStorage(string name, string accessToken, DropboxClientConfig clientConfig)
| Type | Name | Description |
|---|---|---|
| string | name | Paths |
| string | accessToken | Dropbox access token |
| DropboxClientConfig | clientConfig | Dropbox config |