简体   繁体   中英

google place api: PLACES_API_RATE_LIMIT_EXCEEDED error

i am getting this Error getting autocomplete prediction API call:

Status{
  statusCode=PLACES_API_RATE_LIMIT_EXCEEDED,
  resolution=null
}

what is that i have sufficient balance on account and also enabled the payment method.

I know it's too late but this might helps others.

I have faced this same issue. When I check in console my your project I found this message " If you are seeing "Can't load" or '9005 PLACES_API_RATE_LIMIT_EXCEEDED' errors in your Android app, your app may be using a deprecated version of the Places SDK for Android or iOS . " Solution: Find migration guides for Android and iOS to begin using the new Places SDKs. I have followed the instruction and everything is working fine now.

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