Google Drive Upload File
Uploads a file to Google Drive.
Category: Google Drive & Gmail · Group: Google Drive · Activity name: GoogleDriveUploadFile

Example
outputVariable = GoogleDriveUploadFile("<filePath>", targetPath="<targetPath>")
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| File Path | string | Yes | The local path of the file to be uploaded. | |
| Target Path | string | The path in Google Drive where the file will be uploaded. |
Outputs
| Name | Type | Description |
|---|---|---|
| outputVariable | json | Specifies the name of the variable that will store the operation result metadata. |