Skip to main content
Back to registry

recipe-share-folder-with-team

googleworkspace/cli

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

Installs3
Install command
npx skills add https://github.com/googleworkspace/cli --skill recipe-share-folder-with-team
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
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. - 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

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does recipe-share-folder-with-team do?

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

Is recipe-share-folder-with-team good?

recipe-share-folder-with-team does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does recipe-share-folder-with-team work with?

recipe-share-folder-with-team currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to recipe-share-folder-with-team?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install recipe-share-folder-with-team?

npx skills add https://github.com/googleworkspace/cli --skill recipe-share-folder-with-team

Related skills

More from googleworkspace/cli

Related skills

Alternatives in Software Engineering