1

谷歌云错误

可用的图像1清楚地显示存储桶包含一个名为 cloudml-samples-master 的文件夹和一个名为 setup.py 的文件

但是,在 Google Cloud Shell 中输入命令ls时,它没有给出任何输出。我被这个问题困住了,我几乎尝试了一切,但我无法找到这背后的原因。

此外,当我尝试通过我的 API 访问这些文件时,我收到一条错误消息,显示找不到这些文件。

目录中存在的两个文件都是使用 WebUI 上传的。

补充一下我的看法,到目前为止我的理解是使用 WebUI 上传的文件和使用命令行上传的文件是独立运行的。因为我看到我使用命令行上传的文件没有显示在 UI 中。我这边有什么错误还是与 Cloud Google Storage 有关的问题?

4

1 回答 1

1

As you can see below from https://cloud.google.com/shell/docs/features, Google Cloud Shell is not connected directly with Google Cloud Storage. It gives you possibility to connect with that storage eg. via gsutil

When you start Cloud Shell, it provisions a g1-small Google Compute Engine virtual machine running a Debian-based Linux operating system. Cloud Shell instances are provisioned on a per-user, per-session basis.

Also:

Cloud Shell provides the following:

A temporary Compute Engine virtual machine instance Command-line access to the instance from a web browser Built-in code editor BETA 5 GB of persistent disk storage Pre-installed Google Cloud SDK and other tools Language support for Java, Go, Python, Node.js, PHP, Ruby and .NET Web preview functionality Built-in authorization for access to GCP Console projects and resources

于 2018-01-24T10:49:39.697 回答