Google place API pricing and queries uplift request

倖福魔咒の 提交于 2019-12-14 03:58:01

问题


Regarding the usage of Google Place API, Google allows 1000 queries per 24 hour for this Place API, and 100,000 queries per 24 hour if the account is verified with a credit card. Exceeding 100,000 queries per 24 hour, we can write to Google to request for an uplift.

Does anyone have any experience with lifting the limits for the queries of Place API? And if you didn't get approved, what is the Google's pricing model for exceeding usage of the queries?

Thanks


回答1:


There is currently no pricing model for Places API as it is a free service. If you exceed your usage you will simply receive "status": "OVER_QUERY_LIMIT" in response to any subsequent Places API requests. Even if billing is enabled, you will not be charged for the use of the Places API.

If you apply for a Places API Quota Uplift, as long as your application meets the Google Maps Terms of Service and Places API Requirements, you should receive an uplift in quota.



来源:https://stackoverflow.com/questions/12108053/google-place-api-pricing-and-queries-uplift-request

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!