google-cloud-platform - 如何从我的 Google Developers Console 识别 Google Cloud Storage URI?

标签 google-cloud-platform google-bigquery google-cloud-storage

当我尝试将数据从 Google Cloud Storage 加载到 BigQuery 时,它要求提供 Google Cloud Storage URI (gs://)。我已经查看了你们所有的在线支持以及 stackoverflow,但无法找到一种方法来通过基于浏览器的 Google Developers Console 来识别我上传的数据的 URL。我看到找到 URL 的唯一方法是通过 gsutil,但我无法让 gsutil 在我的机器上运行。

有没有办法通过基于浏览器的 Google Developers Console 确定 URL?

最佳答案

路径应该是gs://<bucket_name>/<file_path_inside_bucket> .

关于google-cloud-platform - 如何从我的 Google Developers Console 识别 Google Cloud Storage URI?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52170534/

相关文章:

google-app-engine - Google Cloud Storage 访问被拒绝和 MapReduce。无法将服务帐户添加到开发者列表中

google-cloud-storage - 在没有完全访问权限的情况下更新 Google Storage 对象元数据

google-cloud-platform - 404 错误 GCP API 网关多个云运行后端

java - 如何从 Cloud Run Java 应用程序连接到 Cloud SQL 数据库?

google-bigquery - BigQuery 全外连接产生 "left join"结果

google-bigquery - bigquery ORDER BY 子句使用哪种排序算法?

php - Google Cloud App Engine app.yaml php72 路由问题

MySQL 连接到 Google Cloud SQL 实例语法错误

python - 从 google.cloud 导入 bigquery ModuleNotFoundError : No module named 'google'

ruby-on-rails-3 - 谷歌存储的存储访问凭证,用于 Rails 应用程序中的carrierwave gem