我已经激活了Google Places API。但是在Android上-获取PLACES_API_ACCESS_NOT_CONFIGURED错误代码

时间:2019-04-26 05:24:46

标签: android google-maps google-maps-api-3 google-places-api google-geocoding-api

我已经在Google开发人员控制台中激活了多个API,例如地点,地理编码等,但是当我尝试集成到Android移动应用程序中时-

我收到此错误

  

PLACES_API_ACCESS_NOT_CONFIGURED。

我尝试在控制台中创建一个新项目,尝试删除API密钥,重新生成密钥,但仍然遇到相同的错误。

1 个答案:

答案 0 :(得分:2)

请注意,Android和iOS的Places SDK已更新[1]。

Android的Places SDK(在Google Play服务16.0.0中)和iOS的Places SDK 2.7.0已于2019年1月29日弃用。

自2019年1月29日起,新用户无法使用Android / iOS服务Places SDK。请按照开发人员文档中有关Android [2]和iOS [3]的迁移指南中的说明进行迁移您对新版Places SDK的实施。

[1] https://cloud.google.com/blog/products/maps-platform/introducing-new-improved-places-sdks

[2] https://developers.google.com/places/android-sdk/client-migration

[3] https://developers.google.com/places/ios-sdk/client-migration