Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google places Api Key

I have searched through here for other questions related to the same topic and cannot find a definite answer.

My problem seems the same as many others in that I cannot get a response from Google Places Api.

I am trying from within an iphone app, yes the code is correct , I have checked and in desperation just resorted to wiping out the code to just make a request using the examples provided by the Docs on Google Places.

Tried putting the url into a browser, always the same response, whichever browser.

{
     "html_attributions" : [],
     "results"  : [],
     "status"  : "REQUEST DENIED"
}

I have tried making new keys, same result and yes the identifer for the app is also listed.

Is there a time frame before being able to use the key.

like image 268
user2073496 Avatar asked Feb 14 '13 21:02

user2073496


2 Answers

Here how I've done this

1)You need to login with your google account

2)Google APi Console will Appear

3)Look out at Screenshot here

4)you will find Services over there ,click on it where you can have choose API you would like to use

5)then go to API Access as shown in this screenshot you can get your Google API Key.

Thanks

Advice -use your own Google API key

like image 112
Vaibhav Limbani Avatar answered Nov 08 '22 18:11

Vaibhav Limbani


You probably need 'sensor' parameter in your request URL, I guess.

Just set 'sensor=false&' in the URL and try it.

like image 30
shinfree Avatar answered Nov 08 '22 18:11

shinfree