Download Folder
Description
This activity downloads a specified folder and the corresponding files from Google Drive into the file system.
note
This activity works only inside Google Context activity.
Properties
Location
- Folder Path / Id - Specify the relative file path or id in the Google Drive to be downloaded.
Misc
- DisplayName – Add a display name to your activity.
- Private – By default, activity will log the values of your properties inside your workflow. If private is selected, then it stops logging.
Optional
- Continue On Error – It Specifies whether the automation should continue even though this activity fails. This field only supports Boolean values (True, False). The default value is False.
note
Suppose this activity is inside Try Catch, and the value of this property is True. In that case, it will ignore errors during the automation execution.
- Download Folder Path - Specify the path to the local Folder into which you want to download the Folder. By default, the file will be downloaded into the Downloads directory of the local machine.
- Recursive - If set to true, recursively download all the files from the given Folder. By default, it is false.
Output
- Local Folder Path - Returns the full local path of the downloaded Folder.
Example
Download Example