Top "Gsutil" questions

gsutil is a command-line program that allows you to store, share and manage data hosted at cloud-based storage providers.

gsutil CommandException: No URLs matched: *.txt

I'm trying to understand how to copy local files to cloud storage using gsutil so I can write a script …

gsutil
gsutil make bucket command [gsutil mb] is not working

I am trying to create a bucket using gsutil mb command: gsutil mb -c DRA -l US-CENTRAL1 gs://some-bucket-to-my-gs But …

google-cloud-storage gsutil
How to retrieve the most recent file in cloud storage bucket?

Is this something that can be done with gsutil? https://cloud.google.com/storage/docs/gsutil/commands/ls does not …

google-cloud-platform google-cloud-storage gsutil
ImportError: No module named google_compute_engine

I used google compute engine from Google Cloud Platform , and I want to store my data in googles storage, so …

python-2.7 google-compute-engine google-cloud-platform centos6 gsutil
How to copy files from colab or cloud storage to google drive?

I read some code on this problem, but i cannot make sense of the code. Could anybody help explaining the …

google-cloud-platform gsutil
How to copy folders with 'gsutil'?

I've read the documentation on the gsutil cp command, but still don't understand how to copy folders to keep the …

google-cloud-platform google-cloud-storage gsutil
How to check if any given object exist in google cloud storage bucket through bash

I would like to pragmatically check if object exist at a perticular google cloud storage bucket. Based on object availability …

google-cloud-storage gsutil