Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Maps Api without setting up a billing account

It's possible to use google Maps Api without a API KEY?

Using

http://maps.googleapis.com/maps/api/geocode/xml?address=[address]&sensor=false

I get the following error response

REQUEST_DENIED (to authenticate each request to Google Maps Platform APIs )

I just need to do a little POC for my project.

In a other case , I create a api key and it need to enable billing.

In the process of billing , credit card is mandatory.

Is not possible to activate apiKey for free?

Thanks ;)

like image 809
ALFA Avatar asked Feb 11 '20 14:02

ALFA


People also ask

Can I use Google Map API without billing?

Note that the Maps Embed API, Maps SDK for Android, and Maps SDK for iOS currently have no usage limits and are at no charge (usage of the API or SDKs is not applied against your $200 monthly credit).

Can I use Google Maps API without API key?

In order to embed a Google Map iframe without api key add a Google Map widget from the left side panel. Then open it and add the address. This way you can embed Google Map without api key via Elementor.

Why is Google Maps API not free?

The pricing system has also changed, but in practice, the services are still free for limited use. The maps now come with the watermark with “For Development Purposes Only.” This is showing because of one of the following reasons: The request is missing an API key. Billing has been disabled on your account.

How many Google Maps API calls for free?

Google Places API Web Service There are 1,000 free Places API lookups per 24 hours but this can be increased to 150,000 free lookups for 24 hours by Enabling Billing (https://console.developers.google.com/project/_/billing/enable) on your Google account.


1 Answers

No it is not possible to use any Google api without the api key with the exception of the discovery service api i dont think that one requires it.

Depending upon the API that you are trying to use you may be required to set up a billing account. This is normally only required for apis that are not free. An example of an api that is not free would be Maps api.

So no its not possible to use the maps api without an api key and without setting up a billing account. It is also mandatory to have a credit card to set up a billing account this is how billing is paid for.

Is not possible to activate apiKey for free?

yes but not and activate the Google maps api that will require a billing account.

like image 91
DaImTo Avatar answered Oct 31 '22 13:10

DaImTo