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

      如何检查文件是否存在于 Google Cloud Storage 中?

      时间:2023-11-07
          <i id='ZjOzw'><tr id='ZjOzw'><dt id='ZjOzw'><q id='ZjOzw'><span id='ZjOzw'><b id='ZjOzw'><form id='ZjOzw'><ins id='ZjOzw'></ins><ul id='ZjOzw'></ul><sub id='ZjOzw'></sub></form><legend id='ZjOzw'></legend><bdo id='ZjOzw'><pre id='ZjOzw'><center id='ZjOzw'></center></pre></bdo></b><th id='ZjOzw'></th></span></q></dt></tr></i><div id='ZjOzw'><tfoot id='ZjOzw'></tfoot><dl id='ZjOzw'><fieldset id='ZjOzw'></fieldset></dl></div>

        1. <legend id='ZjOzw'><style id='ZjOzw'><dir id='ZjOzw'><q id='ZjOzw'></q></dir></style></legend>

            <tbody id='ZjOzw'></tbody>

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

              <tfoot id='ZjOzw'></tfoot>
                <bdo id='ZjOzw'></bdo><ul id='ZjOzw'></ul>
                本文介绍了如何检查文件是否存在于 Google Cloud Storage 中?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                我有一个脚本,我想检查存储桶中是否存在文件,如果不存在则创建一个.

                我尝试使用 os.path.exists(file_path) where file_path = "/gs/testbucket",但是我得到了一个找不到文件的错误.p>

                我知道我可以使用 files.listdir() API 函数列出位于路径中的所有文件,然后检查我想要的文件是否是其中之一.但我想知道是否有另一种方法来检查文件是否存在.

                解决方案

                我猜没有函数可以直接检查给定路径的文件是否存在.
                我创建了一个函数,该函数使用 files.listdir() API 函数列出存储桶中的所有文件并将其与我们想要的文件名匹配.如果找到则返回 true,否则返回 false.

                I have a script where I want to check if a file exists in a bucket and if it doesn't then create one.

                I tried using os.path.exists(file_path) where file_path = "/gs/testbucket", but I got a file not found error.

                I know that I can use the files.listdir() API function to list all the files located at a path and then check if the file I want is one of them. But I was wondering whether there is another way to check whether the file exists.

                解决方案

                I guess there is no function to check directly if the file exists given its path.
                I have created a function that uses the files.listdir() API function to list all the files in the bucket and match it against the file name that we want. It returns true if found and false if not.

                这篇关于如何检查文件是否存在于 Google Cloud Storage 中?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                上一篇:写入 CSV 以存储在 Google Cloud Storage 中 下一篇:如何通过 Python 脚本在 Google Cloud Storage 上上传字节图像

                相关文章

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

                3. <tfoot id='rUcT4'></tfoot>
                    <bdo id='rUcT4'></bdo><ul id='rUcT4'></ul>