-
Notifications
You must be signed in to change notification settings - Fork 2
Cloud Data
Zaid Kokaja edited this page Jan 22, 2021
·
4 revisions
Pickles are uploaded to GSC at
- https://console.cloud.google.com/storage/browser/247-podcast-data
-
gs://247-podcast-data
if usinggsutil
Instructions based on the official docs.
- Change directory to where you want this installed
cd
- 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
- Extract archive
tar xf google-cloud-sdk*.tar.gz
- Add the tools to your path (press enter through the prompts)
google-cloud-sdk/install.sh
-
Restart terminal and relogin. If you're using tmux, you should do
. /.bashrc
in any windows you want to access the new commands -
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
- Verify you can access the bucket, and you don't get any errors
gsutil ls gs://247-podcast-data