Skill
Community

recipe-transfer-file-ownership

Install
1
Install the plugin
$
npx claudepluginhub pleaseai/claude-code-plugins --plugin google-workspace

Want just this skill?

Then install: npx claudepluginhub u/[userId]/[slug]

Description

Transfer ownership of Google Drive files from one user to another.

Tool Access

This skill uses the workspace's default tool permissions.

Supporting Assets
View in Repository
SYNC.md
Skill Content

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"}'
Stats
Stars5
Forks1
Last CommitMar 5, 2026

Similar Skills