Questions tagged [gsutil]
34 questions
0
votes
1 answer
change storage class a folder gcp
change storage class in a folder into a bucket in GCP, I try with
gsutil rewrite -s coldline gs://bucket-name/folder/
I see the
gsutil stat gs://bucket-name/folder/
what am I doing wrong?
0
votes
3 answers
gcloud auth login: Limit Oauth2 scope
How can I limit the Oauth2 scope when logging in with my user principal using (non service account):
gcloud auth login
Background: I created a Gsuite Takeout, got the Takeout Bucket. Now I want to download all the files, but I want to give gcloud…

dim
- 1
0
votes
1 answer
remotely connect to files via gs path
I'm using an R package that requires a list of file locations to work. Normally, if I have files stored in remote servers I provide the ftp, http or ssh paths and it works. If I do the same providing the gs path it doesn't work.
I cannot introduce…

Simo
- 3
- 1
-2
votes
1 answer
CommandException: Caught non-retryable exception - aborting rsync
.....
At destination listing 8360000...
CommandException: Caught non-retryable exception - aborting rsync
.....
I tried to locate the files with this sync problem but I am not able to do so. Is there a "skip error" option of is there a way I can…

Marcel Kraan
- 17
- 1