Top "Gsutil" questions

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

Google GSutil create folder

How can u create a new folder inside a bucket in google cloud storage using the gsutil command? I tried …

google-cloud-platform gsutil cl
Fastest way to get Google Storage bucket size?

I'm currently doing this, but it's VERY slow since I have several terabytes of data in the bucket: gsutil du …

google-cloud-storage gsutil
Gsutil - How can I check if a file exists in a GCS bucket (a sub-directory) using Gsutil

I have a GCS bucket containing some files in the path gs://main-bucket/sub-directory-bucket/object1.gz I would like to …

python google-cloud-storage gsutil
ResumableUploadAbortException: 403 Insufficient Permission

I am using Google Cloud Storage and Google Compute Engine and am trying to upload to my bucket from my …

google-app-engine google-cloud-storage google-compute-engine gsutil
How to run Google gsutil using Python

After installing and configuring Google Cloud SDK gsutil command can be run by simply typing its name and the argument(…

python google-cloud-platform gcloud gsutil
How can I use gsutil with multiple accounts?

I frequently use Google Cloud Storage with at least two accounts: [email protected] and [email protected]. I used …

google-cloud-storage gsutil
gsutil / gcloud storage file listing sorted date descending?

Is there no way to get a file listing out from a Google Cloud Storage bucket that is sorted by …

google-cloud-storage gsutil
gsutil cp command copies entire directory path (on Windows) - bug?

I am having a problem where gsutil does not seem to follow the behavior described in the documentation (at least …

google-cloud-storage cp gsutil
Error "No URLs matched" When copying Google cloud bucket data to my local computer?

I am trying to download a folder which is inside my Google Cloud Bucket, I read from google docs gsutil/…

google-cloud-platform google-cloud-storage gsutil google-cloud-sdk