I can't download kaggle data via kaggle api, either on local and on google colab.
I can download data on kaggle GUI, which means I successfully enrolled in the competition.
I followed the procedure on https://github.com/Kaggle/kaggle-api to use kaggle api.
Here are information on my environment.
ls /Users/.kaggle/
# ls /Users/.kaggle/
# kaggle.json
ls -l /Users/.kaggle/
# total 8
# -rw-r--r--@ 1 root admin 64 6 26 18:59 kaggle.json
kaggle competitions list
# 401 - Unauthorized
kaggle competitions download -c global-wheat-detection
# 401 - Unauthorized
pip show kaggle
# Name: kaggle
# Version: 1.5.6
# Summary: Kaggle API
# Home-page: https://github.com/Kaggle/kaggle-api
# Author: Kaggle
# Author-email: support@kaggle.com
# License: Apache 2.0
# Location: /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages
# Requires: python-dateutil, requests, python-slugify, six, tqdm, certifi, urllib3
# Required-by:
I thought the api token was not made correctly, so I made them all expire and made a new token again, but it did not work.
I appreciate if anyone help me out.
I can't download kaggle data via kaggle api, either on local and on google colab.
I can download data on kaggle GUI, which means I successfully enrolled in the competition.
I followed the procedure on https://github.com/Kaggle/kaggle-api to use kaggle api.
Here are information on my environment.
kaggle competitions list # 401 - Unauthorizedkaggle competitions download -c global-wheat-detection # 401 - UnauthorizedI thought the api token was not made correctly, so I made them all expire and made a new token again, but it did not work.
I appreciate if anyone help me out.