Skip to content

Cloud Data

Zaid Kokaja edited this page Jan 22, 2021 · 4 revisions

Pickles are uploaded to GSC at

Install gsutil

Instructions based on the official docs.

  1. Change directory to where you want this installed

cd

  1. Download the software archive
curl -O https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-324.0.0-linux-x86_64.tar.gz
  1. Extract archive
tar xf google-cloud-sdk*.tar.gz
  1. Add the tools to your path (press enter through the prompts)
google-cloud-sdk/install.sh
  1. Restart terminal and relogin. If you're using tmux, you should do . /.bashrc in any windows you want to access the new commands

  2. Authenticate your account by following the prompts: click on the URL and submit the verification code

If you see the eeg-247 as a project, then select it. Otherwise type n to not create a new project.

gcloud init
  1. Verify you can access the bucket, and you don't get any errors
gsutil ls gs://247-podcast-data