Copy File
Last updated
Last updated
Copy the specified file to the specified folder with the new file name. if it does not specify the parent folder or root it will be copied to the same parent.
This activity can only be used after the Create GSuite Connection Activity
GSuite Connection: GSuiteConnection Variable
A variable name that references the gsuite connection to access the gsuite resources.
File Id: String Argument
The Id of the file to be copied.
New File Name: String Argument
The name that was given to the copied file. If it does not specify, it will be copied with the same name.
Parent Folder Id: String Argument
The Id of the parent folder or root in which the file is copied.
Copied File: The variable that stores the file class object of the copied file.