Google API 请求限制
有谁知道我在哪里可以找到不同服务的 Google API 请求限制?
在模拟 500 多个并发用户时,它似乎经常默默地失败(可能是十分之一的负载)
有什么想法吗?
Does anyone know where I can find Google API Request Limits for their different services?
On simulating 500+ concurrent users it seems to fail silently fairly often (maybe 1 in 10 loads)
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这些信息位于他们的支持资源中。我不知道有一个中心位置,但一切都在那里。在文档中搜索“请求限制”通常应该可以解决问题。
例如,可以在此处找到地理编码 API 的限制。
The information is in their support resources. I am not aware of a central place, but it's all there. Searching the docs for "request limit" should usually do the trick.
The Geocoding API's limits for example can be found here.
Google Maps API Web Services 和 Google Static Maps API 限制已于几天前生效。自2011 年 10 月 1 日开始,使用 Google Maps API 免费接收:
调用为佳单独针对 Google Maps API,特别是关于 速率限制:
Google Maps API Web Services and Google Static Maps API limits were cut effective a few days ago. Starting October 1st 2011 commercial web sites and apps using Google Maps API for free receive:
Fusion tables are preferable to the Google Maps API alone, particularly with respect to rate limits:
我认为他们最近取消了限制:甚至在文档页面中都找不到提及它的内容,我确信它被提及并在今年夏天的某个地方阅读了有关取消限制的信息。
即使他们的新 EULA 也声明他们的服务不受限制,但他们仍然可以随时自由地限制服务。
500 个并发用户似乎并没有那么多,即使存在限制;你确定是谷歌出了问题吗?
I think they removed the limit recently: can't even find a mention of it in documentation pages where I know for sure that it was mentioned and read about the limit removal somewhere this summer.
Even their new EULA states that their service is not limited but they remain free to limit it however they want at any moment.
500 concurrent users doesn't seem to be that much though, even if limitations where in place; are you sure it's Google what's failing?