【发布时间】:2014-05-27 08:19:13
【问题描述】:
我有一个使用服务帐户访问用户驱动器帐户的 Google Marketplace 应用程序。它需要域范围的授权,
根据此处的文档: https://developers.google.com/+/domains/authentication/delegation
""" 如果服务帐户在 Google Apps Marketplace 中列为应用程序,则在安装该应用程序期间授予域范围内的用户数据访问权限。 """
但是我找不到在我的应用程序中指定服务帐户 ID 的方法,我如何确保在管理员安装应用程序时服务帐户确实被授予权限
【问题讨论】:
标签: google-apps-marketplace service-accounts