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?
Asked
Active
Viewed 7,207 times
0

Vlad Dekhanov
- 1,066
- 1
- 13
- 27

Smon
- 1
- 1
- 1
2 Answers
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
-
hi @Ilya Zakreuski thanks for the info, but i need to pull all the files from Bucket going to Cloud Shell. – Smon May 18 '17 at 01:31
-
@Smon: no probs, consider accepting the answer and marking your question as resolved. Cheers. – PrecariousJimi May 18 '17 at 11:47
-
@Smon Did you find a way to do this? – schoon Oct 25 '20 at 10:44
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

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