I am running a script that obtains the lat & long of a location. It works perfectly with no issues. However, when I try and do the reverse, where I enter the lat & long in the script, google responds with "This API project is not authorized to use this API". Same project, different script, with additional error of:
{
"error_message" : "This API project is not authorized to use this API.",
"results" : [],
"status" : "REQUEST_DENIED"
}
All APIs enabled in dashboard.
URL generating error:
https://maps.googleapis.com/maps/api/geocode/jsonlatlng=40.714224,-73.961452&key=MyKey
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…