recipe-transfer-file-ownership
Transfer ownership of Google Drive files from one user to another.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Transfer ownership of Google Drive files from one user to another.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Google Workspace Admin SDK: Manage users, groups, and devices.
Google Workspace Alert Center: Manage Workspace security alerts.
Google Apps Script: Manage and execute Apps Script projects.
Google Cloud Identity: Manage identity groups and memberships.
Google People: Manage contacts and profiles.
Google Workspace Reseller: Manage Workspace subscriptions.
| name | recipe-transfer-file-ownership |
| version | 1.0.0 |
| description | Transfer ownership of Google Drive files from one user to another. |
| metadata | {"openclaw":{"category":"recipe","domain":"it","requires":{"bins":["gws"],"skills":["gws-drive"]}}} |
PREREQUISITE: Load the following skills to execute this recipe:
gws-drive
Transfer ownership of Google Drive files from one user to another.
[!CAUTION] Transferring ownership is irreversible without the new owner's cooperation.
gws drive files list --params '{"q": "'\''user@company.com'\'' in owners"}'gws drive permissions create --params '{"fileId": "FILE_ID", "transferOwnership": true}' --json '{"role": "owner", "type": "user", "emailAddress": "newowner@company.com"}'