When executing the following lines,
!pip install kaggle
!kaggle competitions download -c dogs-vs-cats -p /content/
I got the following erro
Make sure you installed kaggle api first: pip install kaggle.
Then grab your API tokens from https://www.kaggle.com/kaggle_user_name/account:
And just download your data for the competition (in here dogs-vs-cats-redux-kernels-edition)
! touch /root/.kaggle/kaggle.json
! chmod 600 /root/.kaggle/kaggle.json
! echo '{"username":"kaggle_user_name","key":"0000000000000000000000000000000000"}' >> /root/.kaggle/kaggle.json
! kaggle competitions download -c "dogs-vs-cats-redux-kernels-edition"