Google Maps API v3 geocoding web service with key to monitor usage -
i trying implement server side call geocoding given address in c#. understand geocoding web service not require api key work. understand sensor param required. have of these checked out fine. went google console request server-side key hoping can track usage web service geocoding calls in application, based on ip address.
so, here request, http://maps.googleapis.com/maps/api/geocode/xml?address=21274+woodmere+drive+leonardtown+md&sensor=false&key=aaaaaaaaaaaaaaaa
where aaaaaaaaaaaaa actual key. initialized call correct server. yet still getting request_denied status every time.
so question is, how achieve goal of being able check usage google console google maps api geocoding web service? or geocoding web service cannot tracked because it's not client side api?
thank , hope can shed light me.
at time, there's no support api key in geocoding request , seems intentional per api documentation. current parameter legacy v2, , in api console there isn't available service geocoding api.
https://developers.google.com/maps/documentation/geocoding/?hl=en#limits
so, stick keyless requests, , if want monitor usage, should log , watch over_query_limit responses.
Comments
Post a Comment