Loading...
Loading...
Find and review Google Drive files shared outside the organization.
npx skill4agent add googleworkspace/cli recipe-audit-external-sharingPREREQUISITE: Load the following skills to execute this recipe:gws-drive
[!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"}'