SetDriveVisibility
If a shared drive is set to hidden, it does not appear in the Google Drive interface by default, although it's still accessible. Google Drive manages this setting individually for each user, allowing each member of a shared drive to decide whether to keep the shared drive hidden or visible.
Input
| Name | Type | Description |
| DriveId | String | The Id of the shared drive to be hidden or unhidden. |
| Visibility | String | Set to 'HIDDEN' to hide or 'VISIBLE' to unhide the shared drive. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Returns 'true' if the operation completed successfully; 'false' otherwise. |