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.
GSuite Connection: A variable name that references the gsuite connection to access the gsuite resources.
File Id: The Id of the file to be copied.
New File Name: 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: 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.