google colab에서 강의대로 개 고양이를 다운받으려 하는데
import os
os.environ['KAGGLE_CONFIG_DIR'] = '/content/'
!kaggle competitions download -c dogs-vs-cats-redux-kernels-edition
이렇게 하고 실행시키면 강의대로 나오지 않고
Warning: Your Kaggle API key is readable by other users on this system! To fix this, you can run 'chmod 600 /content/kaggle.json' dogs-vs-cats-redux-kernels-edition.zip: Skipping, found more recently modified local copy (use --force to force download)
이렇게 나오는데 사용하는 방법이 바뀌었나요