是的,服务帐户的域范围委派仅适用于GSuite用户,因为GSuite管理员必须授予服务帐户域范围的权限-
请参阅此处的步骤4:https
:
//developers.google.com/identity/protocols/OAuth2ServiceAccount#delegatingauthority
考虑使用常规的OAuth(https://developers.google.com/identity/protocols/OAuth2WebServer)从您的gmail帐户授予对您的网络应用的访问权限。



