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

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

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

      1. <tfoot id='px5kS'></tfoot>
          <bdo id='px5kS'></bdo><ul id='px5kS'></ul>

        如何使用 .NET API 在 Google Drive 中创建文件夹?

        时间:2023-08-28

        <small id='3UHgm'></small><noframes id='3UHgm'>

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

              <tfoot id='3UHgm'></tfoot>
              <legend id='3UHgm'><style id='3UHgm'><dir id='3UHgm'><q id='3UHgm'></q></dir></style></legend>
                • <bdo id='3UHgm'></bdo><ul id='3UHgm'></ul>

                    <tbody id='3UHgm'></tbody>
                • 本文介绍了如何使用 .NET API 在 Google Drive 中创建文件夹?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  我正在使用 C#、Google .NET API.如何在 Google Drive 根目录中创建文件夹?任何代码都会有所帮助.谢谢

                  I am using C#, Google .NET API. How can I create a folder in Google Drive root location? Any code will be helpful. Thanks

                  推荐答案

                  可以将文件夹视为具有特殊 MIME 类型的文件:application/vnd.google-apps.folder".

                  A folder can be treated as a file with a special MIME type: "application/vnd.google-apps.folder".

                  下面的 C# 代码应该是你需要的:

                  The following C# code should be what you need:

                  File body = new File();
                  body.Title = "document title";
                  body.Description = "document description";
                  body.MimeType = "application/vnd.google-apps.folder";
                  
                  // service is an authorized Drive API service instance
                  File file = service.Files.Insert(body).Fetch();
                  

                  有关更多详细信息,请查看文档:https://developers.google.com/drive/folder

                  For more details check the docs: https://developers.google.com/drive/folder

                  这篇关于如何使用 .NET API 在 Google Drive 中创建文件夹?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:C# - 以字节块从 Google Drive 下载 下一篇:C# Google Drive APIv3 上传文件

                  相关文章

                  最新文章

                  • <bdo id='WpSnb'></bdo><ul id='WpSnb'></ul>

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

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

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