Kaggle / kaggle-api

Official Kaggle API
Apache License 2.0
6.01k stars 1.06k forks source link

How to resume the download of the large dataset? #526

Open dazzle-me opened 6 months ago

dazzle-me commented 6 months ago

My download via Kaggle API failed silently

image

I want to resume it, when I run kaggle competitions download -c UBC-OCEAN I get UBC-OCEAN.zip: Skipping, found more recently modified local copy (use --force to force download)

If I use --force flag, the download starts again I suppose?

My env:

(kaggle_2.0_nightly) slime@slime:~$ pip freeze | grep kaggle=
kaggle==1.5.16

How to resume the download properly?

stevemessick commented 2 weeks ago

I created an issue in our internal tracker: http://b/346637716