recipe-find-large-filesโดย Google
Identify large Google Drive files consuming storage quota.
npx skills add https://github.com/googleworkspace/cli --skill recipe-find-large-filesFind Largest Files in Drive
PREREQUISITE: Load the following skills to execute this recipe:
gws-drive
Identify large Google Drive files consuming storage quota.
Steps
- List files sorted by size:
gws drive files list --params '{"orderBy": "quotaBytesUsed desc", "pageSize": 20, "fields": "files(id,name,size,mimeType,owners)"}' --format table - Review the output and identify files to archive or move
Skills เพิ่มเติมจาก Google
gws-modelarmor-sanitize-response
by Google
Google Model Armor: Sanitize a model response through a Model Armor template.
gws-people
by Google
Google People: Manage contacts and profiles.
gws-shared
by Google
gws CLI: Shared patterns for authentication, global flags, and output formatting.
gws-sheets
by Google
Google Sheets: Read and write spreadsheets.
gws-sheets-append
by Google
Google Sheets: Append a row to a spreadsheet.
gws-sheets-read
by Google
Google Sheets: Read values from a spreadsheet.
gws-slides
by Google
Google Slides: Read and write presentations.
gws-tasks
by Google
Google Tasks: Manage task lists and tasks.