سؤال

I was using gsutil to download a trace file from google storage. The command I used was:

gsutil/gsutil cp gs://clusterdata-2011-1/task_usage/part-00499-of-00500.csv.gz ./

But I got an error:

GSReponseError: Status=404, code=NoSuchKey, reason=Not Found.

However I used ls command in gsutil and the file existed.

Any suggestion is appreciated.

هل كانت مفيدة؟

المحلول

It works finally. The reason may be gsutil version or that the last time the server wasn't working.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top