Closed SamHoque closed 4 years ago
429 is for ratelimits, so I'd assume that whatever you're doing, you're doing it too fast, and google is telling you to slow down
This is to prevent abuse of free services. The only thing you can do here is make requests using proxies, and change to a different proxy if you get 429 or wait a few seconds. But if this solution is worth the effort depends on the application.
I am getting this error after doing a few tests
{ name : HTTPError , statusCode :429, statusMessage : Too Many Requests }