MoveResource
Reassigns a file or folder to a new parent directory by updating its list of parent folder IDs.
Input
| Name | Type | Description |
| Id | String | The unique identifier of the file or folder in Google Drive that will be moved to a new location. |
| ParentIDs | String | A comma-separated list of folder IDs, such as abc123, def456, ghi789, to assign as the new parent directories. Items in shared drives must have exactly one parent and can only be moved by users with the 'file organizer' or 'organizer' role. |
Result Set Columns
| Name | Type | Description |
| Success | String | If the value is 'true', the resource was successfully moved to the specified location. If 'false', the operation failed. |