recipe-find-large-files
SolidIdentify large Google Drive files consuming storage quota.
AI & Automation 27,010 stars
1421 forks Updated yesterday Apache-2.0
Install
Quality Score: 92/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
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
AI & Automation Solid
recipe-organize-drive-folder
Create a Google Drive folder structure and move files into the right locations.
27,010 Updated yesterday
googleworkspace AI & Automation Solid
recipe-bulk-download-folder
List and download all files from a Google Drive folder.
27,010 Updated yesterday
googleworkspace AI & Automation Solid
recipe-save-email-attachments
Find Gmail messages with attachments and save them to a Google Drive folder.
27,010 Updated yesterday
googleworkspace