recipe-organize-drive-folder▌
googleworkspace/cli · updated Apr 8, 2026
Automate Google Drive folder creation and file organization into structured hierarchies.
- ›Creates nested folder structures and moves existing files into designated locations using gws-drive commands
- ›Supports parent-child folder relationships and file reparenting across Drive locations
- ›Includes verification steps to list and confirm folder contents after organization
1d:["$","div",null,{"className":"prose prose-invert max-w-none prose-headings:font-semibold prose-headings:tracking-tight prose-h1:text-4xl prose-h1:mb-2 prose-h2:text-2xl prose-h2:mb-2 prose-h3:text-lg prose-h3:mb-2 prose-p:text-muted-foreground prose-li:text-muted-foreground prose-code:bg-muted prose-code:text-foreground prose-code:px-1 prose-code:py-0.5 prose-code:rounded-sm prose-code:text-sm prose-code:before:content-none prose-code:after:content-none prose-pre:bg-muted prose-pre:text-foreground prose-pre:border prose-pre:border-border prose-pre:rounded-md [&_table]:!border-[color:var(--border)] [&_th]:!border-[color:var(--border)] [&_td]:!border-[color:var(--border)]","dangerouslySetInnerHTML":{"__html":"<h1>Organize Files into Google Drive Folders</h1>\n<blockquote>\n<p><strong>PREREQUISITE:</strong> Load the following skills to execute this recipe: <code>gws-drive</code></p>\n</blockquote>\n<p>Create a Google Drive folder structure and move files into the right locations.</p>\n<h2>Steps</h2>\n<ol>\n<li>Create a project folder: <code>gws drive files create --json '{"name": "Q2 Project", "mimeType": "application/vnd.google-apps.folder"}'</code></li>\n<li>Create sub-folders: <code>gws drive files create --json '{"name": "Documents", "mimeType": "application/vnd.google-apps.folder", "parents": ["PARENT_FOLDER_ID"]}'</code></li>\n<li>Move existing files into folder: <code>gws drive files update --params '{"fileId": "FILE_ID", "addParents": "FOLDER_ID", "removeParents": "OLD_PARENT_ID"}'</code></li>\n<li>Verify structure: <code>gws drive files list --params '{"q": "FOLDER_ID in parents"}' --format table</code></li>\n</ol>"}}]
Discussion
Product Hunt–style comments (not star reviews)- No comments yet — start the thread.
Ratings
4.7★★★★★48 reviews- ★★★★★Ishan Dixit· Dec 24, 2024
Keeps context tight: recipe-organize-drive-folder is the kind of skill you can hand to a new teammate without a long onboarding doc.
- ★★★★★Min Li· Dec 16, 2024
recipe-organize-drive-folder is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
- ★★★★★Ren Ramirez· Dec 12, 2024
Solid pick for teams standardizing on skills: recipe-organize-drive-folder is focused, and the summary matches what you get after install.
- ★★★★★Kwame Bansal· Nov 15, 2024
recipe-organize-drive-folder has been reliable in day-to-day use. Documentation quality is above average for community skills.
- ★★★★★Omar Martinez· Nov 11, 2024
I recommend recipe-organize-drive-folder for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- ★★★★★Sofia Jackson· Nov 7, 2024
Solid pick for teams standardizing on skills: recipe-organize-drive-folder is focused, and the summary matches what you get after install.
- ★★★★★Ishan Desai· Nov 3, 2024
recipe-organize-drive-folder is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
- ★★★★★Sofia Chen· Oct 26, 2024
recipe-organize-drive-folder has been reliable in day-to-day use. Documentation quality is above average for community skills.
- ★★★★★Ishan Agarwal· Oct 22, 2024
Keeps context tight: recipe-organize-drive-folder is the kind of skill you can hand to a new teammate without a long onboarding doc.
- ★★★★★Ren Sanchez· Oct 6, 2024
Solid pick for teams standardizing on skills: recipe-organize-drive-folder is focused, and the summary matches what you get after install.
showing 1-10 of 48