我已经在我的android应用程序中集成了GooglePlacesAPI。我已经阅读了api文档。我已经激活了GooglePlacesApi for android并生成了浏览器密钥,当我调用api get error in response时-
{"error_message" : "ThisAPI project is not authorized to use this API</e
我在我的应用程序中使用了google place api的place自动完成功能,但它会立即自动关闭。我尝试了片断和活动,但两者都很接近。日志错误:
01-23 13:19:55.614 904-2734/?E/Places: PlacesAPI for Android does not seem to be enabled for your app.E/Places: Autocomplete wid
我试图在iOS应用程序中添加Place Autocomplete,但总是收到这个错误。 The operation couldn’t be completed.See the developer's guide (https://developers.google.com/places/ios-api/start) for how to enable theGooglePlacesAPI