【问题标题】:Understand the group id in google cloud storage acl "GroupById"了解google云存储acl“GroupById”中的组ID
【发布时间】:2014-07-06 16:11:21
【问题描述】:

在google云存储桶的acl文件中,有几个“GroupById”部分,我们如何判断它们到底是哪个组?

<?xml version="1.0" ?>
<AccessControlList>
    <Entries>
        <Entry>
            <Scope type="GroupById">
                <ID>00b4903a9723223d04b0b0f62a685816f6507795e4fd99efef36a2f1e6de00d7</ID>
            </Scope>
            <Permission>FULL_CONTROL</Permission>
        </Entry>
        <Entry>
            <Scope type="GroupById">
                <ID>00b4903a9790857bbc0cdcd793997d3cc14342d54187d1d541989da7e514fac2</ID>
            </Scope>
            <Permission>FULL_CONTROL</Permission>
        </Entry>
        <Entry>
            <Scope type="GroupById">
                <ID>00b4903a9765a87209b3e1452e437e7454c3af51863bdeff32e647151c238bda</ID>
            </Scope>
            <Permission>READ</Permission>
        </Entry>
    </Entries>
</AccessControlList>

我知道其中一个可能是应用引擎。但我无法弄清楚。

【问题讨论】:

    标签: google-app-engine google-cloud-storage


    【解决方案1】:

    这些组代表项目团队成员、项目编辑和项目所有者。默认情况下,这些组具有以下权限。

    • 项目团队成员

      阅读

    • 项目编辑

      FULL_CONTROL

    • 项目所有者

      FULL_CONTROL

    您可以在 Google API 控制台 (here) 中找到这些 ID 以及相应的组。选择您的项目,然后单击左侧菜单中的 Google Cloud Storage 项。然后在 Google Cloud Storage IDs 部分,您可以看到这些 ID。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2017-06-12
      • 2013-04-22
      • 2015-02-03
      • 2016-10-05
      • 2018-12-20
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多