Kaggle / kaggle-api

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

Support unauth datasets {files,download} in the CLI client. #564

Closed jmasukawa closed 2 months ago

jmasukawa commented 2 months ago

Description

Allow datasets download and datasets files to be called without authentication. These changes will not work without the corresponding DatasetsAnonymousDownloadsFromApi feature flag.

Other changes in this release:

Example commands while unauthenticated:

kaggle datasets files jessicali9530/animal-crossing-new-horizons-nookplaza-dataset

kaggle datasets download jessicali9530/animal-crossing-new-horizons-nookplaza-dataset

kaggle datasets download jessicali9530/animal-crossing-new-horizons-nookplaza-dataset/2 -f accessories.csv

(Note: Only Google / Kaggle employees have access to the below links)

Local testing

Previous equivalent PR (before kaggle-api was unified on the public repo): https://github.com/Kaggle/kaggleazure/pull/28453

http://b/325082647