placeautocompletefragment

Android Google Place API Error Status{statusCode=PLACES_API_ACCESS_NOT_CONFIGURED, resolution=null}

爱⌒轻易说出口 提交于 2019-12-11 09:37:56
问题 Hello I am facing the Google Place API Error Status{statusCode=PLACES_API_ACCESS_NOT_CONFIGURED, resolution=null} According to Google new policy "Deprecation notice: Google Play Services version of the Places SDK for Android" Notice: The Google Play Services version of the Places SDK for Android (in Google Play Services 16.0.0) is deprecated as of January 29, 2019, and will be turned off on July 29, 2019. A new version of the Places SDK for Android is now available. We recommend updating to

Google Place Api: Requests from this Android client application com.package.name are blocked

我的梦境 提交于 2019-12-02 21:55:00
问题 I am using PlaceAutocompleteFragment and when i click on search field PlaceAutocompleteFragment dialog disappear then i get this error : {"errors":[{"domain":"global","reason":"forbidden","message":"Requests from this Android client application com.ganger.package are blocked."}],"code":403} by the way, when I install the application through the Android Studio this works perfectly so... what I have done for solve this 1.generated new API but it didn't work. 2.google place API is enabled. 4