recipe-share-folder-with-team
작성자: Google
구글 드라이브 폴더와 그 안의 모든 콘텐츠를 협업자 목록과 공유합니다.
npx skills add https://github.com/googleworkspace/cli --skill recipe-share-folder-with-teamShare 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": "[email protected]"}' - Share as viewer:
gws drive permissions create --params '{"fileId": "FOLDER_ID"}' --json '{"role": "reader", "type": "user", "emailAddress": "[email protected]"}' - Verify permissions:
gws drive permissions list --params '{"fileId": "FOLDER_ID"}' --format table
Google의 다른 스킬
gws-modelarmor-sanitize-response
Google
Google Model Armor: Model Armor 템플릿을 통해 모델 응답을 정화합니다.
gws-people
Google
Google People: 연락처와 프로필을 관리합니다.
gws-shared
Google
gws CLI: 인증, 전역 플래그 및 출력 형식을 위한 공유 패턴.
gws-sheets
Google
구글 시트: 스프레드시트를 읽고 씁니다.
gws-sheets-append
Google
Google Sheets: 스프레드시트에 행을 추가합니다.
gws-sheets-read
Google
Google Sheets: 스프레드시트에서 값 읽기.
gws-slides
Google
Google Slides: 프레젠테이션을 읽고 씁니다.
gws-tasks
Google
Google Tasks: 작업 목록 및 작업을 관리합니다.