Google API是否有最大数量的授权重定向URI?
问题描述:
在Google API管理器中,为Web应用程序创建客户端ID时,您可以添加多个授权的重定向URI.有谁知道可以添加的最大URI数量?谢谢
In the Google API manager when creating a Client ID for a web application, you have the ability to add multiple authorized redirect URIs. Does anyone know of a maximum number of URIs that can be added? Thanks
答
我不知道真实数字,但是它大于32.
I don't know the real number, but it is more than 32.
来源: 目前,我使用的是32个URI,并且没有任何问题,因此它的确比这更多.
Source: Currently I use 32 URI's and without any issues, so it is definetly more than that.
致评论者询问原因: 当前我们有32个不同的域,因此我们需要32个URI(这意味着32个授权域都不会发出).
To commenters asking why: We have currently 32 distinct domains, so we need 32 URI's (meaning that 32 authorized domains is not issue neither).