recipe-transfer-file-ownership
SKILL.md
Transfer File Ownership
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.
Steps
- List files owned by the user:
gws drive files list --params '{"q": "'\''user@company.com'\'' in owners"}' - Transfer ownership:
gws drive permissions create --params '{"fileId": "FILE_ID", "transferOwnership": true}' --json '{"role": "owner", "type": "user", "emailAddress": "newowner@company.com"}'
Weekly Installs
582
Repository
googleworkspace/cliGitHub Stars
15.9K
First Seen
5 days ago
Security Audits
Installed on
codex565
opencode565
gemini-cli563
cursor563
github-copilot563
kimi-cli562