Loading...
Loading...
Transfer ownership of Google Drive files from one user to another.
npx skill4agent add googleworkspace/cli recipe-transfer-file-ownershipPREREQUISITE: Load the following skills to execute this recipe:gws-drive
[!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"}'