Google Places API - Free Requests per day after enabling billing? [closed]

为君一笑 提交于 2020-08-04 05:38:30

问题


Yesterday my web app hit the 1000 requests per day quota of the Google Places API, so I enabled billing which according to Google's documentation would increase my free requests per day to 150.000 https://developers.google.com/places/web-service/usage

Now everything works as expected, but what bothers me is that in the "quotas" section of my Google Places API Web Service I now see "Requests per day 150,000 (1,000 free)" :

So now I am a bit confused, because according to everything I read I should now have "150,000 free" and not "1,000 free".

I want to confirm that I am not being charged and that now my app can use 150.000 requests per day for free.


回答1:


Places now operates using a different pricing scheme, depending on which SKU is used during a user session, see here. For the original answer to the asked question, which was valid before June 11, 2018, see below.

From reading the link you provided, I think you may have misinterpreted the billing scheme for the Google Places API. The free default tier initially behaves this way:

The Google Places API Web Service enforces a default limit of 1,000 free requests per 24 hour period

After this:

You can increase this limit free of charge, up to 150,000 requests per 24 hour period, by enabling billing on the Google API Console to verify your identity.

So in other words, you can increase the limit to 150K requests per day, completely free of charge. To do this, you need to enable billing:

Verify your identity to get 150,000 free requests per 24 hour period, by enabling billing on the Google API Console. A credit card is required for verification. We ask for your credit card purely to validate your identity. Your card will not be charged for use of the Google Places API Web Service.

From what I read, you will not be charged so long as you do not exceed the 150K request daily threshold. After that point, you would be charged.




回答2:


New policy of Google Places API

"Requests per Day (QPD) limits have ended, effective June 11, 2018"

Reminder: To use our Maps, Routes, and Places APIs:

You must enable billing on each of your projects.




回答3:


This the new price structure as of today



来源:https://stackoverflow.com/questions/49023408/google-places-api-free-requests-per-day-after-enabling-billing

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