gsutil

How to avoid files that are not found (WinError 3)?

本小妞迷上赌 提交于 2021-01-29 08:08:18
问题 I was trying to back up my whole computer drive to google cloud storage, people mainly told me that was nonsensical, and while pondering it all, I decided just to do documents and desktop, and my goal was to use the google cloud SDK as I'm new to this and I like a challenge. So I type in: gsutil -m rsync -n -J -C -e -r -u -U C:\Users\~~~~\Documents gs://~~~~-pc/documents When I send that, I receive this message: Caught non-retryable exception while listing file://C:\Users~~~~~\Documents:

gsutil cp command error, CommandException: NO URLs matched:

扶醉桌前 提交于 2020-08-08 07:13:52
问题 Good day, I am not a developer but running simple gsutil command to manage my google cloud storage . I ran into an issue where I run the following command form the cmd gsutil -m cp -r gs:/bucket/ . Scenario1: with most buckets this goes just fine Scenario2: there is one bucket where I get an error and I really have no clue how this is possible the error I get is: CommandException: NO URLs matched: gs://content-music.tapgamez.com/ I am hoping anyone can share their thoughts with me thnx 回答1:

Using standalone 'gsutil' from within GKE

扶醉桌前 提交于 2020-08-07 08:40:47
问题 I'm trying to use the standalone gsutil tool from within a container running in a GKE cluster, but I cannot get it to work. I believe the cluster has adequate permissions (see below). However, running ./gsutil ls gs://my-bucket/ yields ServiceException: 401 Anonymous users does not have storage.objects.list access to bucket my-bucket. Am I missing anything? I don't have a .boto file, as I believe it shouldn't be necessary—or is it? This is the list of scopes that the cluster and the node pool

Using standalone 'gsutil' from within GKE

安稳与你 提交于 2020-08-07 08:39:07
问题 I'm trying to use the standalone gsutil tool from within a container running in a GKE cluster, but I cannot get it to work. I believe the cluster has adequate permissions (see below). However, running ./gsutil ls gs://my-bucket/ yields ServiceException: 401 Anonymous users does not have storage.objects.list access to bucket my-bucket. Am I missing anything? I don't have a .boto file, as I believe it shouldn't be necessary—or is it? This is the list of scopes that the cluster and the node pool

why am i getting (gsutil): “C:\Users\user\AppData\Local\Programs\Python\Python37\python.exe”: command not found

冷暖自知 提交于 2020-04-17 06:25:39
问题 After installing Google cloud sdk and connecting to desired firebase project i am receiving : ERROR: (gsutil) "C:\Users\user\AppData\Local\Programs\Python\Python37\python.exe": command not found when running any gsutil command. My current stup is: windows 10 Google Cloud SDK 281.0.0 bq 2.0.53 core 2020.02.14 gsutil 4.47 python 3.7 My theory is, that while installed "correctly" python doesnt have access to gsutil commands 回答1: To see a list of components that are available and currently