CLI tool for managing Google Workspace resources dynamically using Discovery APIs.
50
63%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Risky
Do not use without reviewing
PREREQUISITE: Load the following skills to execute this recipe:
gws-drive
Find and review Google Drive files shared outside the organization.
[!CAUTION] Revoking permissions immediately removes access. Confirm with the file owner first.
gws drive files list --params '{"q": "visibility = '\''anyoneWithLink'\''"}'gws drive permissions list --params '{"fileId": "FILE_ID"}'gws drive permissions delete --params '{"fileId": "FILE_ID", "permissionId": "PERM_ID"}'