Last Updated: Sep 13, 2021
Use this function to move a file in on Google Drive to the destination folder.
Move File (file_id, destination, private_key, client_email)
| Input Parameter Name | Description | 
|---|---|
| file_id | ID of the file | 
| destination | ID of the destination folder | 
| private_key | Private key of the service account | 
| client_email | Email ID of the service account | 
| Return Value | Description | 
|---|---|
| Output | 
  | 
Move File (XYZ123, ABC123, —–BEGIN PRIVATE KEY—–\nABCD\n—–END PRIVATE KEY—–, name@project-id.iam.gserviceaccount.com)
To view all the Google Drive functions, click here.