I am currently working with Google Place API, I have a problem with it whenever I am going to access this link
with entering the information like latitude,longitude and API key and set sensor equal to false,but it always shows :
{
"debug_info" : [],
"html_attributions" : [],
"results" : [],
"status" : "REQUEST_DENIED"
}
I already searched for that kind of error and I saw that some of the post suggests to check sensor value and check the API key. I already checked it and also checked the service is enabled for Google Maps API v3
. But nothing works for me. I am new to this, I don't get what I am doing wrong, Please help.