<small id='rlReE'></small><noframes id='rlReE'>

        <tfoot id='rlReE'></tfoot>
      1. <i id='rlReE'><tr id='rlReE'><dt id='rlReE'><q id='rlReE'><span id='rlReE'><b id='rlReE'><form id='rlReE'><ins id='rlReE'></ins><ul id='rlReE'></ul><sub id='rlReE'></sub></form><legend id='rlReE'></legend><bdo id='rlReE'><pre id='rlReE'><center id='rlReE'></center></pre></bdo></b><th id='rlReE'></th></span></q></dt></tr></i><div id='rlReE'><tfoot id='rlReE'></tfoot><dl id='rlReE'><fieldset id='rlReE'></fieldset></dl></div>
        <legend id='rlReE'><style id='rlReE'><dir id='rlReE'><q id='rlReE'></q></dir></style></legend>

          <bdo id='rlReE'></bdo><ul id='rlReE'></ul>

        如何使用 Google Cloud API 获取给定存储桶中的文件夹列表

        时间:2023-11-07
          <bdo id='g5mO7'></bdo><ul id='g5mO7'></ul>

        • <small id='g5mO7'></small><noframes id='g5mO7'>

          • <tfoot id='g5mO7'></tfoot>

                <tbody id='g5mO7'></tbody>

                <legend id='g5mO7'><style id='g5mO7'><dir id='g5mO7'><q id='g5mO7'></q></dir></style></legend>
                1. <i id='g5mO7'><tr id='g5mO7'><dt id='g5mO7'><q id='g5mO7'><span id='g5mO7'><b id='g5mO7'><form id='g5mO7'><ins id='g5mO7'></ins><ul id='g5mO7'></ul><sub id='g5mO7'></sub></form><legend id='g5mO7'></legend><bdo id='g5mO7'><pre id='g5mO7'><center id='g5mO7'></center></pre></bdo></b><th id='g5mO7'></th></span></q></dt></tr></i><div id='g5mO7'><tfoot id='g5mO7'></tfoot><dl id='g5mO7'><fieldset id='g5mO7'></fieldset></dl></div>
                2. 本文介绍了如何使用 Google Cloud API 获取给定存储桶中的文件夹列表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我想使用 Google Cloud Storage API 获取给定 Google Cloud 存储桶或文件夹中的所有文件夹.

                  I wanted to get all the folders inside a given Google Cloud bucket or folder using Google Cloud Storage API.

                  例如如果gs://abc/xyz包含三个文件夹gs://abc/xyz/x1,gs://abc/xyz/x2gs://abc/xyz/x3.API 应返回 gs://abc/xyz 中的所有三个文件夹.

                  For example if gs://abc/xyz contains three folders gs://abc/xyz/x1, gs://abc/xyz/x2 and gs://abc/xyz/x3. The API should return all three folder in gs://abc/xyz.

                  使用 gsutil

                  gsutil ls gs://abc/xyz

                  但我需要使用 python 和 Google Cloud Storage API 来完成.

                  But I need to do it using python and Google Cloud Storage API.

                  推荐答案

                  您可以使用 Python GCS API 客户端库.有关指向文档和下载.

                  You can use the Python GCS API Client Library. See the Samples and Libraries for Google Cloud Storage documentation page for relevant links to documentation and downloads.

                  在您的情况下,首先我想指出您混淆了桶"一词.我建议阅读文档的 关键条款 页面.你说的是对象名前缀.

                  In your case, first I want to point out that you're confusing the term "bucket". I recommend reading the Key Terms page of the documentation. What you're talking about are object name prefixes.

                  您可以从 list-objects 开始.py 示例在 GitHub 上.查看 列表 参考页,您需要传递 bucket=abcprefix=xyz/delimiter=/.

                  You can start with the list-objects.py sample on GitHub. Looking at the list reference page, you'll want to pass bucket=abc, prefix=xyz/ and delimiter=/.

                  这篇关于如何使用 Google Cloud API 获取给定存储桶中的文件夹列表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:无错误:无法在谷歌云存储上看到上传的文件 下一篇:使用 Google Cloud Storage python 客户端的批处理请求

                  相关文章

                    <tfoot id='IVLbq'></tfoot>

                    <legend id='IVLbq'><style id='IVLbq'><dir id='IVLbq'><q id='IVLbq'></q></dir></style></legend>

                        <bdo id='IVLbq'></bdo><ul id='IVLbq'></ul>

                    1. <small id='IVLbq'></small><noframes id='IVLbq'>

                    2. <i id='IVLbq'><tr id='IVLbq'><dt id='IVLbq'><q id='IVLbq'><span id='IVLbq'><b id='IVLbq'><form id='IVLbq'><ins id='IVLbq'></ins><ul id='IVLbq'></ul><sub id='IVLbq'></sub></form><legend id='IVLbq'></legend><bdo id='IVLbq'><pre id='IVLbq'><center id='IVLbq'></center></pre></bdo></b><th id='IVLbq'></th></span></q></dt></tr></i><div id='IVLbq'><tfoot id='IVLbq'></tfoot><dl id='IVLbq'><fieldset id='IVLbq'></fieldset></dl></div>