Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is It compulsory to enable billing account by June 11, 2018 through credit card information to continue to access Google Maps API?

Per Google,

"Beginning on June 11, 2018, you’ll need to enable billing with a credit card and have a valid API key for all projects. This will give you the ability to scale easily with less downtime and fewer performance issues. In addition, we’re simplifying our 18 individual APIs into three products: Maps, Routes, and Places."

Source

However, Google do not say anywhere whether it's a hard stop or not. What if I don't enable billing account and do not add credit card information. Will I still be able to access Google APIs such as map, directions, geocode after June 11, 2018?

like image 804
Info1702 Avatar asked May 23 '18 07:05

Info1702


People also ask

Is billing account required for Google Maps API?

Some Google APIs charge for usage, and you need to enable billing before you can start using these APIs. Enabling billing for the APIs that your projects use also has other advantages: Some APIs allow free usage up to a courtesy usage limit, and in some cases this free limit is increased when you enable billing.

Does Google APIs cost money?

All Google APIs are available completely free of charge.

Can I get Google Map API key free?

Obtaining a Google Maps API key Google lets you make 1000 API requests per key for free. Click “Select or create project” and create a project if you don't have one already and only want to look up the key. Then click NEXT to have your key generated.

Does Google use API?

Google Cloud APIs are programmatic interfaces to Google Cloud Platform services. They are a key part of Google Cloud Platform, allowing you to easily add the power of everything from computing to networking to storage to machine-learning-based data analysis to your applications.


1 Answers

For projects that existed prior to June 11, 2018

According to the Google Maps Platform technical support, a billing account without any credit card information will be created for each project without billing account. This means that the API calls will still succeed, as long as they fit within the free tier of $200 per month. If your application goes over the 200$ free tier, the billing account will be closed, and API calls will start failing. The only option after that to reopen billing account is entering the credit card information.

For project that were created after June 11, 2018

You must enable a billing account in order to use Google Maps APIs.

like image 85
xomena Avatar answered Oct 06 '22 23:10

xomena