UnlockFile
Unlocks a file in Google Drive by removing the read-only restriction.
Input
| Name | Type | Description |
| Id | String | The unique identifier of the file in Google Drive to be unlocked. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | If the value is 'true', the file has been successfully unlocked. If 'false', the operation has failed. |