CreateShortcut
Creates a shortcut in Google Drive that points to an existing file or folder, placing the shortcut in the specified destination folder.
Input
| Name | Type | Description |
| ResourceId | String | The ID of the existing file or folder to which the shortcut will point. |
| ParentId | String | The ID of the destination folder where the shortcut will be created. |
| Name | String | The name to assign to the newly created shortcut. If not specified, the existing file or folder name will be used. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | If the value is 'true', the shortcut was created successfully. If 'false', the operation failed. |
| Id | String | The unique identifier assigned to the newly created shortcut in Google Drive. |