Skillquality 0.30
Recipe Share Folder With Team
Cli skill by Googleworkspace
Price
free
Protocol
skill
Verified
no
What it does
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
- Find the folder:
gws drive files list --params '{"q": "name = '\''Project X'\'' and mimeType = '\''application/vnd.google-apps.folder'\''"}' - Share as editor:
gws drive permissions create --params '{"fileId": "FOLDER_ID"}' --json '{"role": "writer", "type": "user", "emailAddress": "colleague@company.com"}' - Share as viewer:
gws drive permissions create --params '{"fileId": "FOLDER_ID"}' --json '{"role": "reader", "type": "user", "emailAddress": "stakeholder@company.com"}' - Verify permissions:
gws drive permissions list --params '{"fileId": "FOLDER_ID"}' --format table
Capabilities
skillsource-googleworkspacecategory-cli
Install
Transportskills-sh
Protocolskill
Quality
0.30/ 1.00
deterministic score 0.30 from registry signals: · indexed on skills.sh · published under googleworkspace/cli
Provenance
Indexed fromskills_sh
Also seen ingithub
Enriched2026-04-22 02:40:07Z · deterministic:skill:v1 · v1
First seen2026-04-18
Last seen2026-04-22