Home/Product/recipe-share-folder-with-team
R

recipe-share-folder-with-team

by @googleworkspacev
4.5(144)

Share a Google Drive folder and all its contents with a list of team members, facilitating team collaboration and unified management and access to project files.

google-driveteam-collaborationfolder-sharingaccess-controlgoogle-workspaceGitHub
Installation
npx skills add googleworkspace/cli --skill recipe-share-folder-with-team
compare_arrows

Before / After Comparison

1
Before

When sharing Google Drive folders and their contents with a team, manually setting permissions and adding members is time-consuming and laborious. This leads to low collaboration efficiency and inconvenient information transfer.

After

Automatically share Google Drive folders and all their contents with a specified list of collaborators. This greatly simplifies the sharing process, ensures team members quickly access necessary files, and significantly improves collaboration efficiency.

SKILL.md

Share a Google Drive Folder with a Team

PREREQUISITE: Load the following skills to execute this recipe: gws-drive

Share a Google Drive folder and all its contents with a list of collaborators.

Steps

  1. Find the folder: gws drive files list --params '{"q": "name = '\''Project X'\'' and mimeType = '\''application/vnd.google-apps.folder'\''"}'
  2. Share as editor: gws drive permissions create --params '{"fileId": "FOLDER_ID"}' --json '{"role": "writer", "type": "user", "emailAddress": "colleague@company.com"}'
  3. Share as viewer: gws drive permissions create --params '{"fileId": "FOLDER_ID"}' --json '{"role": "reader", "type": "user", "emailAddress": "stakeholder@company.com"}'
  4. Verify permissions: gws drive permissions list --params '{"fileId": "FOLDER_ID"}' --format table

User Reviews (0)

Write a Review

Effect
Usability
Docs
Compatibility

No reviews yet

Statistics

Installs14.5K
Rating4.5 / 5.0
Version
Updated2026年5月23日
Comparisons1

User Rating

4.5(144)
5
24%
4
51%
3
24%
2
2%
1
0%

Rate this Skill

0.0

Compatible Platforms

🔧Claude Code
🔧OpenClaw
🔧OpenCode
🔧Codex
🔧Gemini CLI
🔧GitHub Copilot
🔧Amp
🔧Kimi CLI

Timeline

Created2026年3月16日
Last Updated2026年5月23日