Move File
Move a file into parent folder in google drive.
Move a file with the specified file id into the specified parent folder. rename the file with the specified file name.
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 is to be moved.File Name:
String ArgumentThe name that was given to the moved file. If it does not specify, it will be moved with the same name.Parent Folder Id:
String Argument
The Id of the parent folder in which the file is to be moved.
Last updated