Android google places api return request denied

泪湿孤枕 提交于 2019-12-25 05:15:16

问题


In my Android project I am using Google map v2 and its working. As a change request I need to include search places in AutoCompleteTextview.

I did the following steps to get map in Google console.
1) I have registered app.
2) Placed SHA1 key and generated Android key.
3) And made all procedure and get map.

Now I include Google places search in an auto complete textview.
1) go to the project enabled places api in the service pane. (picture 1)
2) I give sample company name and web site url (http://www.google.com). (picture 2)
3) now I get browser key and used it in app. (picture 3)

what key need to use (browser key or android app key). I have used both.

But I got Request Denied Exception. I hope I made all things are correct.

I have referred sample from the site.

screen snaps:

after that:


回答1:


I solved the problem by using Server key instead of using brower key.




回答2:


just add key= before your key value .Your key should be "key=AIzaSyAVQJO-cp6RcEVUJ-6Yb_b"



来源:https://stackoverflow.com/questions/20017094/android-google-places-api-return-request-denied

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!