cavaliergopher / grab

A download manager package for Go
BSD 3-Clause "New" or "Revised" License
1.38k stars 151 forks source link

Handling 429 Status Code #85

Open ShehabAbdelSalam opened 3 years ago

ShehabAbdelSalam commented 3 years ago

I seem to have a throttling issue while trying to download from a url like https://www.kaggle.com/rowhitswami/all-indian-companies-registration-data-1900-2019/download The data itself is around ~120 MB and I am using grab to enable downloading huge files but I keep getting (Too Many Request)

I appreciate if someone can help me with that issue.