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 ;)