gpt4 book ai didi

c# - 使用 C# 在 Google Drive Api v3 中获取 root id

转载 作者:行者123 更新时间:2023-12-04 01:43:44 25 4
gpt4 key购买 nike

我正在寻找一种在 Google Drive Api v3 中查找根文件夹 ID 的方法

在 Google Drive Api v2 中有一种直接获取根文件夹 ID 的方法:

string rootFolderID = (ServiceV2.About.Get().Execute()).RootFolderId;

如何在 v3 中找到根 ID?

最佳答案

这个答案怎么样?

The official document说如下。

You can use the alias root to refer to the root folder anywhere a file ID is provided



所以你可以使用 root作为根文件夹 ID。

笔记:
  • 如果您需要检索实际的根文件夹 ID 而不是 root ,如何使用files.get 方法?
  • service.Files.Get("root").Execute()
  • 通过这种方式,您可以检索实际的根文件夹 ID。

  • 引用:
  • Files: get

  • 如果我误解了你的问题,我深表歉意。

    关于c# - 使用 C# 在 Google Drive Api v3 中获取 root id,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56213062/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com