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

时间:2015-10-07 04:56:06

标签: google-cloud-storage

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

1 个答案:

答案 0 :(得分:7)

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

基本上,您会收到该错误,因为该端点使用OAuth进行身份验证。相反,您应该使用经过身份验证的浏览器下载端点,该端点根据用户的登录cookie进行身份验证。

在您的情况下,以下网址可以使用: https://storage.cloud.google.com/example.bucket.com/test.html