Download limits for https://data.binance.vision/data/spot

Hi - how do I download as much historical data as I can without hitting limits? I am accessing https://data.binance.vision/data/spot and not using an API or getting 429 errors, but I am told by support that this error:

HTTPSConnectionPool(host=‘data.binance.vision’, port=443): Max retries exceeded with url: /data/spot/daily/klines/DOTTUSD/1m/DOTTUSD-1m-2024-06-04.zip (Caused by SSLError(SSLEOFError(8, ‘EOF occurred in violation of protocol (_ssl.c:1129)’)

is due to rate limit issues? and referred to Binance API Documentation

Is data.binance.vision/data/spot the way to go to download bulk historical data?

Hey,
Have you checked out this repository: GitHub - binance/binance-public-data: Details on how to get Binance public data
It provides alternative methods for downloading historical data.

Hi - yes I have checked that out and it uses the api and is subject to the same limits as the binance.data.vision. Is there a better way?