I am trying to implement the Google Places Autocomplete API sometimes I am able to get location list but sometimes I get "can't load search results" message. Can someone pease help me with the issue.

- 569
- 3
- 14

- 303
- 1
- 3
- 6
-
got any solutions ? same error for me as well. Thanks in advance! – IamVariable Mar 18 '20 at 05:09
3 Answers
This issue have a few possible reasons:
- No billing account associated to the project
- If you are still using the old Places SDK
- If you reach your quota limit(e.g. self imposed cap usage)
- If your app is not properly restricted
If any of the above doesn't fix your issue, it would be best to reach out to the support team of the Google Maps Platform as this error commonly has something to do with your configuration in the GCP console wherein only the support team of Google Maps Platform can assist you.
Hope this helps.

- 1,371
- 1
- 11
- 16
-
2Thanks actually there was not billing account was associated with the project. Associating billing account solved the issue. – Niranjan Sheshadri Aug 06 '19 at 09:07
i already added the billing service also then get the same error then i added the api key in gradle file and then its works for me
Added your api RNGP_ANDRIOD_API_KEY=***** in gradle.properties

- 41
- 5
-
Welcome to SO! When you place an answer, eve if it is right, try to explain a little bit. – David García Bodego Oct 19 '19 at 04:33
-
-
If any of the above still doesnt work, and if you happen to be using an emulator to run the app, try uninstalling the app, then re-installing it when you run the program in android studios.
Background info: I happened to encounter this issue on my emulator despite doing everything mentioned above, but when I tried downloading the app onto my phone, I found it working there so I tried uninstalling the app on my emulator and it worked after.

- 11
- 5