import os
os.environ['KAGGLE_CONFIG_DIR'] = '/content/'
!kaggle competitions download -c dogs-vs-cats-redux-kernels-edition
위와 같이 코드를 작성하고 content안에 있는 kaggle.json을 여러번 새로 업로드해도
Warning: Your Kaggle API key is readable by other users on this system! To fix this, you can run 'chmod 600 /content/kaggle.json' Warning: Looks like you're using an outdated API Version, please consider updating (server 1.5.12 / client 1.5.4) 403 - Forbidden
위와 같은 에러메세지가 나옵니다...
검색으로 찾아보니 .kaggle이라는 폴더가 필요하데서 만들려고 해도 안된다고 코랩에서 막습니다
어떻게해야하나요...