我有一个将 acl 设置为 Allusers 和 Full_control 的存储桶,以便用户可以从存储桶中发布和检索图像。
. 我尝试使用此网址(http://commondatastorage.googleapis.com/bucket/+Image.png)从我的应用程序中发布图像;但我收到“错误 1104,无法使用提供的 url 发布图像。这是我的存储桶的 alc:
<?xml version="1.0" ?>
<AccessControlList>
<Owner>
<ID>
00b50024a97592382732e7e69afac5fcba343397379237323e5ebd216831a418023820874872
</ID>
</Owner>
<Entries>
<Entry>
<Scope type="AllUsers"/>
<Permission>
FULL_CONTROL
</Permission>
</Entry>
<Entry>
<Scope type="GroupById">
<ID>
00b4903a2853501162e8e89afac5fcba14239486e5ebd216831a419323059585
</ID>
</Scope>
<Permission>
FULL_CONTROL
</Permission>
</Entry>
</Entries>
</AccessControlList>