In google_colab i have imported files from kaggle using kaggle token
# File Uplod
from google.colab import files;
files.upload()
!mkdir -p ~/.kaggle
!cp kaggle.json ~/.kaggle/
!chmod 600 ~/.kaggle/kaggle.json
!kaggle competitions download -c quora-question-pairs
Is there a possibility to move imported files (from kaggle) to google drive permenantly.