Loading...
Loading...
Compare original and translation side by side
PREREQUISITE: Load the following skills to execute this recipe:gws-drive
[!CAUTION] Transferring ownership is irreversible without the new owner's cooperation.
前提条件: 加载以下技能以执行此方案:gws-drive
[!警告] 若无新所有者的配合,转移所有权操作不可撤销。
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"}'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"}'