G Suite:Google 群组可以成为云端硬盘中文件夹的所有者吗?

G Suite: Can a Google Group be the owner of a folder in Drive?

可以将 Google 组设置为云端硬盘中文件夹的 所有者 吗?还是只有单个用户帐户才能成为文件夹的所有者?

文件的所有者只能是单个用户,不能是组。

如果您尝试使用 "role": "owner""type": "group" 在驱动器 API 上创建权限,您将收到以下错误:

Sorry, ownership can only be transferred to another user in the same domain as the current owner.

如果您尝试通过 UI 转让所有权(选项 Is owner 不适用于组),您也会注意到这一点。

这是因为一个群组中的所有成员都获得了该群组相应的权限角色,一个文件不能有多个所有者。

参考: