Loading...
Loading...
Rename multiple Google Drive files matching a pattern to follow a consistent naming convention.
npx skill4agent add googleworkspace/cli recipe-batch-rename-filesPREREQUISITE: Load the following skills to execute this recipe:gws-drive
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"}'