Copy File
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.
Input
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.
Output
Copied File: The variable that stores the file class object of the copied file.
Last updated