Google Places API - REQUEST_DENIED

前端 未结 5 1359
情深已故
情深已故 2020-11-29 08:54

What this is NOT

a) a \"sensor=true_or_false\" issue
b) a key is wrong issue (unless the key I got has limitations)
c) too many requests (si

5条回答
  •  执笔经年
    2020-11-29 09:56

    This issue has been discussed on many threads here... but the bottom line is you should check your code to see if u are sending out too many requests at a time to the google API. You are only allowed to send 1 request per 1 minute.

    MKErrorDomain error 4 iPhone

提交回复
热议问题