recipe-find-large-files

Solid

Identify large Google Drive files consuming storage quota.

AI & Automation 27,010 stars 1421 forks Updated yesterday Apache-2.0

Install

View on GitHub

Quality Score: 92/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
21
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Find Largest Files in Drive > **PREREQUISITE:** Load the following skills to execute this recipe: `gws-drive` Identify large Google Drive files consuming storage quota. ## Steps 1. List files sorted by size: `gws drive files list --params '{"orderBy": "quotaBytesUsed desc", "pageSize": 20, "fields": "files(id,name,size,mimeType,owners)"}' --format table` 2. Review the output and identify files to archive or move

Details

Author
googleworkspace
Repository
googleworkspace/cli
Created
3 months ago
Last Updated
yesterday
Language
Rust
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category