v1和v2之间的Google Apps Marketplace范围映射

时间:2014-09-16 22:39:44

标签: google-apps-marketplace

我们即将开始将客户域从GAM v1迁移到GAM v2的过程。我们已经完成了试用迁移,但发现域名需要通过新应用的“设置”标签授予对新应用的访问权限。如果范围匹配,则迁移应该是无缝的(即域不应该授予对新应用程序的访问权限)。我们想知道我们在哪里不匹配。

以下是GAM v1范围和GAM v2范围。谁能明确地告诉我们哪个GAM v2范围导致了这个问题?

GAM v1应用范围

https://www.google.com/calendar/feeds/
https://docs.google.com/feeds/
https://www.google.com/m8/feeds
https://spreadsheets.google.com/feeds/
https://apps-apis.google.com/a/feeds/user/#readonly
https://mail.google.com/
https://sites.google.com/feeds/

GAM v2应用范围

https://www.googleapis.com/auth/userinfo.email
https://www.googleapis.com/auth/userinfo.profile
https://www.google.com/m8/feeds
https://sites.google.com/feeds/
https://www.googleapis.com/auth/calendar
https://www.googleapis.com/auth/drive
https://mail.google.com/
https://www.googleapis.com/auth/admin.directory.user.readonly
https://www.googleapis.com/auth/admin.directory.orgunit.readonly
https://www.google.com/m8/feeds/profiles
https://docs.google.com/feeds/

感谢。

1 个答案:

答案 0 :(得分:0)

似乎添加了OAuth2范围“https://www.googleapis.com/auth/admin.directory.orgunit.readonly”,因为您的OAuth1列表中没有“https://apps-apis.google.com/a/feeds/policies/#readonly”范围。有关范围映射的更多信息,请参阅here