![]() |
GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
|
Properties | |
| string | DriveApiBase = "https://www.googleapis.com/drive" [get, set] |
| string | FilesEndpoint = "/v3/files" [get, set] |
| string | UploadEndpoint = "/upload/drive/v3/files" [get, set] |
| string | AuthorizationHeader = "Authorization" [get, set] |
| string | Bearer = "Bearer" [get, set] |
| string | QueryFields = "id,name,mimeType,parents" [get, set] |
| string | UploadType = "?uploadType=multipart" [get, set] |
Definition at line 28 of file GoogleDrive.cs.
|
getset |
Definition at line 33 of file GoogleDrive.cs.
|
getset |
Definition at line 34 of file GoogleDrive.cs.
|
getset |
Definition at line 30 of file GoogleDrive.cs.
|
getset |
Definition at line 31 of file GoogleDrive.cs.
|
getset |
Definition at line 35 of file GoogleDrive.cs.
|
getset |
Definition at line 32 of file GoogleDrive.cs.
|
getset |
Definition at line 36 of file GoogleDrive.cs.