基于 Google 个用户帐户的云存储 ACL

cloud storage ACL based on Google user accounts

这不是 Google 基于用户的 ACL 的重点吗?

您尝试访问的 URL storage.googleapis.com 是 XML API。有关详细信息,请参阅 Request Endpoints 文档。

本质上,您收到该错误是因为该端点使用 OAuth 进行身份验证。相反,您应该使用 Authenticated Browser Downloads 端点,它根据用户的登录 cookie 进行身份验证。

对于您的情况,以下 URL 会起作用: https://storage.cloud.google.com/example.bucket.com/test.html