简体   繁体   中英

error status:PLACES_API_RATE_LIMIT_EXCEEDED

I am using autocomplete text view with googleapi but I am getting this error:

"PLACES_API_RATE_LIMIT_EXCEEDED"

Could anyone tell me what should I do now. I just want to know the error please tell me.

There are two possible scenario:

  1. You are calling the API too many times. Users with an API key are allowed 1000 requests per 24 hour period.

  2. You are using a deprecated version of the Places SDK for Android as mentioned here https://developers.google.com/places/android-sdk/usage-and-billing .

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