0

I already uploaded the files to Google Cloud Platform Storage Bucket and i wanted to access all the files using Active Google Cloud Shell? Should it be possible?

sample pic

Vlad Dekhanov
  • 1,066
  • 1
  • 13
  • 27
Smon
  • 1
  • 1
  • 1

2 Answers2

0

Yes.

https://cloud.google.com/shell/docs/examples#managing_cloud_storage_data

You can also use the gsutil tool in Cloud Shell to manage Cloud Storage resources. This includes creating and deleting buckets and objects, copying and moving storage data, and managing bucket and object ACLs. You can also use gsutil to transfer data in and out of your Cloud Shell instance.

PrecariousJimi
  • 1,503
  • 8
  • 20
0

You open the object details in the bucket. It shows the URI for yoou to gsutil cp gs://ju-chi-digits/sample_submission.csv sample.csv from your google cloud shell

screen of object details

Dr Linh Chi Nguyen
  • 1,063
  • 1
  • 9
  • 17