Maps API keys for geocoding not working anymore?

前端 未结 5 1191
悲&欢浪女
悲&欢浪女 2020-12-30 05:52

It seems that the generated keys in the Google API\'s console are not working anymore. With different keys (tried it with both server and browser key, however the server key

相关标签:
5条回答
  • 2020-12-30 06:04

    If you're switching from the free API services to a Maps API for Business implementation, you must remove the key parameter from your requests. Google Maps API web services will deny requests made with both a client ID and a key.

    https://developers.google.com/maps/documentation/business/webservices/

    0 讨论(0)
  • 2020-12-30 06:05

    For me Services has started working after 7 minutes.

    0 讨论(0)
  • 2020-12-30 06:06

    Geocoding is not one of the services available through the developer console at this time, which is why the key does not work (note that geolocation is not the same as geocoding).

    Currently you'd need to use client side geocoding (for example in the JS Maps API) -- or purchase more server side geocoding with a maps for business license in order to increase this quota.

    The fact it says the key is expired is misleading, and I'll file a bug for that.

    EDIT/UPDATE: The geocoding service is now available through the developer console.

    0 讨论(0)
  • 2020-12-30 06:12

    I have faced same issue... But finally got resolved. Google place services will take 10 minutes to make the services available for new API KEY created. Services will stat working after 10 minutes, till then we get error as "The provided API key is expired."

    0 讨论(0)
  • 2020-12-30 06:19

    Enable

    Google Places API Web Service from google console. It's work for me.

    0 讨论(0)
提交回复
热议问题