Google Drive Download File
Downloads a file from Google Drive to the local disk.
Category: Google Drive & Gmail · Group: Google Drive · Activity name: GoogleDriveDownloadFile

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