Se deniega la clave del servidor API de geocodificación de Google
Frecuentes
Visto 395 veces
1
The Google geocoding API used to work fine for me but I tried it again today and I keep getting
{
"error_message" : "The provided API key is invalid.",
"results" : [],
"status" : "REQUEST_DENIED"
}
When I get the URL https://maps.googleapis.com/maps/api/geocode/json?address=New%20York&sensor=false&key=MY_KEY
. I've generated this (server) key just a few minutes ago so I see no particular reason why it would be invalid. Does anyone have any experience with something similar?
1 Respuestas
1
Actualizar 2013-02 25-: API keys are now supported with the Geocoding API, so this API call should now succeed, once the Geocoding API service is turned on, in the Google Developers Console. Previously, it was required to remove the API key.
Respondido 25 Feb 14, 19:02
No es la respuesta que estás buscando? Examinar otras preguntas etiquetadas google-geocoding-api or haz tu propia pregunta.