简体   繁体   中英

Android google places api return request denied

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:

在此处输入图片说明

在此处输入图片说明

我通过使用Server key而不是浏览器密钥解决了该问题。

只需在键值之前添加key =即可。您的键应为“ key = AIzaSyAVQJO-cp6RcEVUJ-6Yb_b”

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM