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
Rename multiple Google Drive files matching a pattern to follow a consistent naming convention.
gws drive files list --params '{"q": "name contains '\''Report'\''"}' --format tablegws drive files update --params '{"fileId": "FILE_ID"}' --json '{"name": "2025-Q1 Report - Final"}'gws drive files get --params '{"fileId": "FILE_ID", "fields": "name"}'