Google Maps API Key not recognizing

Hello,

I am trying to set up maps inside of my accordion, but for some reason it is not accepting the API key value.

Does anyone know why this is happening?

My code looks like this:

[google_map api_key=“APIKEYADDEDASPRIVATE” lat=“47.0636852” lng=“15.428616” zoom=“11” zoom_control=“true” drag=“true” height=“70%”][/google_map]

My site is:
f-stix.at

Login added as private.

Hi There @SirNomad49

I could not find the exact page where you have integrated your Google Maps shortode, however I have tested your Google Maps API by creating a test page (see secure note below). Your issue is that you’re exceeding Google Maps API quota, so that your MAP is not functioning properly.

You have exceeded your request quota for this API.
See https://developers.google.com/maps/documentation/javascript/error-messages?utm_source=maps_js&utm_medium=degraded&utm_campaign=billing#api-key-and-billing-errors

Hope that helps.

Hello, I was using it on this page :http://www.f-stix.at/about-me/ in the accordion.

I will ivestigating with google. Thanks

Hi There @SirNomad49

You’re getting the same issue on that page as well. Basically you’re running out of your Google API quota for the month.

Please follow the link provided above to fix your issue.

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.