gsutil Questions
2
Solved
I'm following these instructions on how to set a CORS configuration on a Google Cloud Storage bucket and when I run the gsutil cors set command it returns the following error message:
AccessDeni...
Blueberry asked 7/8, 2014 at 19:12
1
Solved
I have a (maybe unique?) use case in some Python scripts that I am running. Namely, I want the parallel awesomeness of gsutil and so I don't do from google.cloud import storage, rather I use subpro...
Duo asked 20/4, 2017 at 23:38
3
Solved
There are so many keys to be created for use with Google Compute Cloud.
I'm trying to create .boto file using gsutil and it's asking for "Google access key ID". My goal is to script access to "Goog...
Doordie asked 15/7, 2016 at 14:1
2
I'm hosting publicly available static resources in a google storage bucket, and I want to use the gsutil rsync command to sync our local version to the bucket, saving bandwidth and time. Part of ou...
Centennial asked 1/7, 2015 at 19:32
2
Solved
We've been using gsutil -m rsync -r to keep dev and deploy boxes in sync with a GCS bucket for nearly 2 years without any problem. There are about 85k objects in the bucket.
Until recently, this w...
Bounds asked 18/8, 2016 at 11:7
1
I'm trying to sync folders from Google compute engine instance to cloud storage, but it just exits without any pointers whatsoever. It says Starting synchronization and then goes back to the prompt...
Flaxen asked 11/5, 2016 at 7:0
1
Solved
Okay... I have to say I don't have enough experience on using Google's API, so I'll try to explain as detail as I could.
I need to use PHP to grab the Cloud storage's data, so I tried my credentia...
Finer asked 22/3, 2016 at 6:52
1
Solved
Whenever I run a bq or gsutil command, I get the below output:
Loading user based configuration file: [/home/reggie/.config/gcloud/properties].
User based configuration files are deprecated and wi...
Amenable asked 15/1, 2016 at 14:35
2
Solved
I have been using the Google Cloud Storage Manager link on the Google APIs console in order to upload my files.
This works great for most files: 1KB, 10KB, 1MB, 10MB, 100MB. However yesterday I co...
Preciosity asked 25/1, 2013 at 21:12
2
gsutil use boto configuration file for authenticate at Google Cloud Storage.
I generate ClientID in console.developers.google.com - that allow put files to Google Drive by python script:
#!/usr/...
Kingcup asked 19/2, 2015 at 13:15
1
I'm trying to act on a bucket and resources but I keep getting access denied error
e.g.
```
$ gsutil ls -L gs://images/large
gs://images/large/aa.png:
Creation time: Tue, 25 Nov 2014 20:03:19 ...
Desiredesirea asked 27/11, 2014 at 15:36
1
Solved
What's the proper way to log any errors or warnings when performing a quiet rsync?
This is what I currently run from my crontab:
gsutil -m -q rsync -r -C /mount1/share/folder gs://my-bucket-1/fol...
Styles asked 9/12, 2014 at 8:53
1
Solved
Hi all I am using GCE and now I'm new to bucket. I have tons of pics on my other bucket. I tried copying it as
sudo gsutil cp -R dir dir
it took me 30 mins still didn't finished the file copy s...
Deoxyribose asked 2/12, 2014 at 10:29
1
I can't seem to find the documentation about how to upload files that are greater than 30MB to google cloud storage. I have just been using:
gsutil cp test.csv gs://example
Any help would be awe...
Telecast asked 1/10, 2014 at 8:19
1
I'm trying to inspect my appengine backup files to work out when a data corruption occured. I used gsutil to locate and download the file:
gsutil ls -l gs://my_backup/ > my_backup.txt
gsutil cp...
Bernetta asked 10/1, 2014 at 2:30
2
Solved
I'm trying to run a gsutil command to list the contents within a bucket on Google Cloud Storage. I'm almost certain there's nothing wrong with the command.
The error I'm getting is:
CommandExcep...
Gluten asked 7/9, 2014 at 19:9
2
Solved
I was trying object storage notification configuration as specified in
https://developers.google.com/storage/docs/object-change-notification#_Service_Account
I followed the exact steps however on...
Franklin asked 23/10, 2013 at 11:50
1
I am having a problem where gsutil does not seem to follow the behavior described in the documentation (at least in Windows). The documentation states:
When performing recursive directory copies...
Spears asked 5/6, 2014 at 17:56
1
Solved
I have tried gsutil cp -z "js, css, html" file/name gs://bucket/name
Only file type that compressed is js but other type remain uncompress.
Can cp -z command upload and compress multiple file typ...
Exospore asked 30/5, 2014 at 9:22
© 2022 - 2024 — McMap. All rights reserved.