Transfer Google Drive to GCS in Colab
Transfer files from Google Drive to GCS within Colab
from google.colab import drive
drive.mount('/content/drive')
project_id = <YOUR_PROJECT_ID>
!gcloud config set project $project_id
!gsutil ls
!gcloud auth login
!gsutil ls
!gsutil -m cp -r /content/drive/My\ Drive/a/06/* gs://BUCKET_NAME/06/