recipe-create-shared-drive

recipe-create-shared-drive

熱門

建立 Google 共用雲端硬碟,並新增成員並指派適當角色。

2.7萬星標
1669分支
更新於 2026/3/31
SKILL.md
readonlyread-only
name
recipe-create-shared-drive
description

建立 Google 共用雲端硬碟,並新增成員並指派適當角色。

建立並設定共用雲端硬碟

先決條件: 載入以下技能以執行此配方:gws-drive

建立 Google 共用雲端硬碟,並新增成員並指派適當角色。

步驟

  1. 建立共用雲端硬碟:gws drive drives create --params '{"requestId": "unique-id-123"}' --json '{"name": "Project X"}'
  2. 新增成員:gws drive permissions create --params '{"fileId": "DRIVE_ID", "supportsAllDrives": true}' --json '{"role": "writer", "type": "user", "emailAddress": "member@company.com"}'
  3. 列出成員:gws drive permissions list --params '{"fileId": "DRIVE_ID", "supportsAllDrives": true}'