Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 Google Cloud Storage 服务来存储数据。我成功上传数据。
但我找不到如何为没有谷歌帐户的用户分享它。以及如何获取存储桶中对象的唯一 URL?
或者,如何通过 ruby-api-client 下载对象?
谢谢你。
您可以使用签名 URL向非 Google 用户授予访问权限。