LockFile
Locks a file in Google Drive by setting it to read-only.
Input
| Name | Type | Description |
| Id | String | The unique identifier of the file in Google Drive to be locked. |
| Reason | String | The reason for locking the file, providing context for the read-only restriction. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | If the value is 'true', the file has been successfully locked. If 'false', the operation has failed. |