This page describes how to upload and download files with Cloud Shell.
Uploading and downloading files
You can upload and download files easily using Cloud Shell. To do so, you can choose any of these methods of transferring files to best suit your needs:
From the Cloud Shell three-dotted More menu, select either Upload file or Download file to move your files to and from Cloud Shell.
Use the
cloudshell
command to download files:cloudshell download test1.md test2.md
Use the
gcloud beta cloud-shell scp
command on a local terminal to transfer files between Cloud Shell and your workstation. For example, to move a file, 'data.txt', from Cloud Shell to your local machine:gcloud beta cloud-shell scp cloudshell:~/data.txt localhost:~data.txt
Within your Cloud Shell Editor Explorer, right-click the directory or file you'd like to use, and choose your action from the menu:
Copy Download Link
,Download
,Upload Files...
.Alternatively, you can navigate to File>Download/Upload Files....