ios - I m trying to access google places api with following url but unable to get results -


https://maps.googleapis.com/maps/api/place/textsearch/json?location=-33.8670522,151.1957362&radius=500&types=food&name=cruise&key=api_key

but unfortunately m inable result , displays error message: { "error_message": "this ip, site or mobile application not authorized use api key. request received ip address 106.67.62.253, empty referer", "html_attributions": [], "results": [], "status": "request_denied" }

you need create project google developer console. link or link 2 add create new project, add credential, api , enable location service. this may you.


Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -