https://cloud.google.com/

Add service account to gcloud cli

1
$ gcloud auth activate-service-account --key-file=service-account-key.json
Reference:

Basic file command to Google Cloud Storage (GCS)

1
2
$ gsutil ls gs://bucket-name
$ gsutil cp gs://bucket-name/path/to/file.log ~/Download/
Reference: