This question already has answers here:
Google Maps shows "For development purposes only"
(12 answers)
Closed 2 years ago.
When I try to use Maps JavaScript API I get this error:
"for development purpose only"
screenshot
You must enable Billing on the Google Cloud Project at
https://console.cloud.google.cjs?key=ZIzaSyBYpzfnPmdcSXHlV2Py8glHs4SQhoRE9qg&callback=createMap:55 om/project/_/billing/enable
Learn more at https://developers.google.com/maps/gmp-get-started
enter image description here
What can i do ?
Google is not providing free API access anymore.
You have not enabled billing on your project which is causing this error. You must enable Billing on the Google Cloud Project.
On following link Search for : BillingNotEnabledMapError
Error Briefing : https://developers.google.com/maps/documentation/javascript/error-messages
You need to follow these steps for your Google API project :
Get Started with Google Maps Platform : https://developers.google.com/maps/gmp-get-started
Related
This question already has answers here:
Is It compulsory to enable billing account by June 11, 2018 through credit card information to continue to access Google Maps API?
(1 answer)
"You have exceeded your request quota for this API" in Google Map [duplicate]
(2 answers)
Closed 3 years ago.
I am using Google map in my website, it gives this error:
This page can't load Google Maps correctly
Also it shows this in the console:
You have exceeded your request quota for this API. See https://developers.google.com/maps/documentation/
I have enabled the billing, checked the Quotas none of my quotas currently have usage. I have enabled this service Geocoding API, Geolocation API, Maps JavaScript API, and I also have a valid API key.
What am I doing wrong?
The error might occur if you changed your QPS (Quota Per Second) less than 100.
This question already has answers here:
Google Maps JavaScript API RefererNotAllowedMapError
(32 answers)
Closed 4 years ago.
We have a new website(say www.website.com) on Server B which is not live yet, which is using google maps on a page.
The old version of the website is on Server A is not using google maps.
I have created a browser key with domain name - www.website.com and in my hosts file set the IP address of Server B with www.website.com and tried to test google maps, but it is not working.
This is the error I am getting -
"Google Maps API error: Google Maps API error: RefererNotAllowedMapError https://developers.google.com/maps/documentation/javascript/error-messages#referer-not-allowed-map-error
Your site URL to be authorized: http://www.website.com/page-that-has-google-map
Any suggestions on how to fix this issue? I want to test the google maps page on Server B and make sure the page is working fine before making the website on Server B live.
TIA
the website name is www.website.com, but I added website.com, so when I added *.website.com/* to browser key API, that fixed the issue.
I am trying to use google maps distance matrix api in my project to get distance between 2 places. I have also enable this api in google developer console. But I am continuously getting error ApiNotActivatedMapError.
I am using sample code provided by google as distance-matrix .
When you use a library or service via the Maps-Javascript-API, and use a key, you only need to activate the Google Maps JavaScript API .
When you get the particular error with the linked example you obviously didn't activate the Google Maps JavaScript API for your project.
Update:
since June 22, 2016 you need also to activate the related API(Webservice) for new applications when you want to use the following features:
geocoding service
directions service
distanceMatrix service
elevation service
places library
Old question.. But.. I had n similar issue recently with a ApiNotActivatedMapError using geocoding but Konerak's comment helped me get to this really nice post.
Basically, you can activate your API's here: https://console.developers.google.com/apis/library
Activating Google Maps JavaScript API along with the already activate Geocoding API solved my problem.
Hope it helps someone in a similar position :)
This link is enabled API https://console.developers.google.com/apis/library. For default emulator and in iOS its disabled, but in this console you can active this API.
I come to you in the hope of finding a solution to a problem I encountered when I embed Google Maps in OBIEE.
Indeed, after following the standard procedure defined on this link:
http://onlyobi.blogspot.fr/2014/03/obiee-11g-google-map-integration-guest.html
I get the following error appears in OBIEE:
"Google has disabled use of the Google Maps API for this application. The key provided is not a valid Google API key or is not a licensed version 3 API key
Google Maps Javascript on this site. If you are the owner of this applicatio, please go to ... "
Thank you for your support,
Have you tried using the maps visualization from Google? More details here:
https://developers.google.com/chart/interactive/docs/gallery/map
We use this in OBIEE to display certain data on maps.
Using MapViewer, we can integrate google maps with the OBIEE 11g/12c. More details is here:
https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=363666329275914&parent=EXTERNAL_SEARCH&sourceId=HOWTO&id=1485088.1&_afrWindowMode=0&_adf.ctrl-state=rota6my7h_102
This question already has answers here:
Google has disabled the use of the maps API for this application [closed]
(2 answers)
Closed 10 years ago.
My website (http://foomap.de/), which features a fullscreen map via Google Maps API v3, suddenly stopped working today. Instead it presents the error message
"Google has disabled the use of Maps API for this application. See terms of Service for more information: http://www.google.com/help/terms_maps.html"
I'm neither aware of any violations of google's terms of service nor did the website reach any usage limits (according to Google's API console).
Any ideas what is wrong?
assuming there are no other problems, you have a daily and per-second limit. You may be over quota.
Looks to be a google error on their end...
http://www.google.com.au/about/jobs/locations/sydney/
For now, remove the key parameter as its not a mandatory:
<script type="text/javascript"
src="https://maps.googleapis.com/maps/api/js?sensor=SET_TO_TRUE_OR_FALSE">
</script>
It worked for me, but i still don't know why whats the problem.. I believe Google is doing some changes...