Move File
Description
This activity moves a specified file from the source to the destination folder inside 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 the Google Drive into which the File has to be moved. By default, the File will be moved under My Drive.
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 moved File of type Google.Apis.Drive.v3.Data. File.
Example
Download Example