Closed rusmux closed 1 year ago
have the similar problem, can't download
kaggle competitions download avazu-ctr-prediction
just tell me
403 - Forbidden
@ucas010 You have the same issue with the Kaggle cli? You can get 403 - Forbidden
if you didn't accept the rules of the competition. I tried and I can download it with kaggle competitions download avazu-ctr-prediction
after accepting the rules.
I'm trying to download a file (https://www.kaggle.com/competitions/planet-understanding-the-amazon-from-space/data?select=train-jpg) from a competition via Kaggle Python API. I have verified my phone number and agreed to the rules. I can download this file by clicking download button on the competition page, however I cannot achieve the same behavior using the Python API.
There is my code:
Which gives me the following error:
I'm using Kaggle version
1.5.12
.