recipe-transfer-file-ownership
Transfer ownership of Google Drive files from one user to another.
Works with
---
name: recipe-transfer-file-ownership
description: Transfer ownership of Google Drive files from one user to another.
license: Apache-2.0
---
# 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
1. List files owned by the user: `gws drive files list --params '{"q": "'\''user@company.com'\'' in owners"}'`
2. Transfer ownership: `gws drive permissions create --params '{"fileId": "FILE_ID", "transferOwnership": true}' --json '{"role": "owner", "type": "user", "emailAddress": "newowner@company.com"}'`More General & Other skills
find-skills
vercel-labs/skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
grill-me
mattpocock/skills
A relentless interview to sharpen a plan or design.
grill-with-docs
mattpocock/skills
A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

