I\'m trying to download the kaggle imagenet object localization challenge data into google colab so that I can use it to train my model. Kaggle uses an API for easy and fast acc
As the error said, you need to put kaggle.json in the right place.
Try:
!mv .kaggle /root/
Then run your code again.