澄清 Google 项目中客户端的限制
Clarifications on the limits of a client in Google Project
我正在开发使用 Admin SDK 对客户目录执行查询的多客户应用程序。
目前我有一个 google 项目 和一个 客户端 id 供 web 应用程序使用所有客户。
每个客户在不同的子域上运行 http://<customer>.myapp.com
。这要求我在 Authorized JavaScript origins
列表中指定 http://<customer>.myapp.com
。
Authorized JavaScript origins
列表的条目数量是否有限制?
- 是否有 API 可以将项目添加到
Authorized JavaScript origins
列表?
- 可以使用单个客户端 ID 进行身份验证的客户数量是否有限制?
提前致谢。
Is there a limit on the amount of entries that Authorized JavaScript origins list can have?
据我所知没有限制,但我听说有传言说它是 200 我从来没有费心去测试过这个。
Is there an API to add items to Authorized JavaScript origins list?
没有 api 用于在 Google 开发人员控制台中添加必须手动完成的编辑。
Is there a limit on the amount of customers that can authenticate using a single client id?
没有限制
我正在开发使用 Admin SDK 对客户目录执行查询的多客户应用程序。
目前我有一个 google 项目 和一个 客户端 id 供 web 应用程序使用所有客户。
每个客户在不同的子域上运行 http://<customer>.myapp.com
。这要求我在 Authorized JavaScript origins
列表中指定 http://<customer>.myapp.com
。
Authorized JavaScript origins
列表的条目数量是否有限制?- 是否有 API 可以将项目添加到
Authorized JavaScript origins
列表? - 可以使用单个客户端 ID 进行身份验证的客户数量是否有限制?
提前致谢。
Is there a limit on the amount of entries that Authorized JavaScript origins list can have?
据我所知没有限制,但我听说有传言说它是 200 我从来没有费心去测试过这个。
Is there an API to add items to Authorized JavaScript origins list?
没有 api 用于在 Google 开发人员控制台中添加必须手动完成的编辑。
Is there a limit on the amount of customers that can authenticate using a single client id?
没有限制