-1

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 ?

geocodezip
  • 158,664
  • 13
  • 220
  • 245
phpbegin
  • 21
  • 1
  • 1
  • 3

1 Answers1

2

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

Viral
  • 1,329
  • 1
  • 9
  • 31
  • thank you mate for your reply, is there any alternative solution to work with google maps ? – phpbegin Mar 12 '20 at 13:22
  • 1
    Yes, You can simply search for place into Google Map and then go to Share option and then select Embade Map. That will provide you IFRAME which you can use into your pages. – Viral Mar 12 '20 at 13:51