[]
Constructor Google
[Obsolete]
public GoogleDriveStorage(string name, string path, string itemId, DriveService driveService)
| Type | Name | Description |
|---|---|---|
| string | name | File Name |
| string | path | File Path |
| string | itemId | Google itemId of file |
| DriveService | driveService | DriveService instance |
Constructor Google
public GoogleDriveStorage(string name, UserCredential credential, string applicationName)
| Type | Name | Description |
|---|---|---|
| string | name | Paths |
| UserCredential | credential | Credential information |
| string | applicationName | Name of application |