Copy File
Description
This activity copies a specified file from the source to the destination folder in Google Drive.
note
This activity works only inside Google Context activity.
Properties
Location
- Source File Path - Specify the relative path of the source file in Google Drive.
- Destination Folder Path - Specify the relative path of the destination folder in Google Drive. By default, the File will be copied under My Drive.
note
If duplicate destination folders exist, the File will be copied to one of the folders.
Misc
- DisplayName – Add a display name to your activity.
- Private – Logs the variable and argument values at the Verbose level when unchecked.
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.
Output
- File - Returns the metadata of the copied File of type Google.Apis.Drive.v3.Data. File.
Example
Download Example