使用google-drive-api时如何获取teamDriveId?

时间:2019-01-22 01:52:37

标签: google-api google-drive-api google-drive-team-drive

我使用google-drive-api来获取文件列表。

我看到一个名为teamDriveId的参数,我不知道在哪里可以获取该参数的值。

您能从此api方法的响应中获得teamDriveId吗?

您从哪个方法获得的?

我看到团队从here出发。

  

团队驱动器仅适用于G Suite Business和G Suite Enterprise客户。

enter image description here

1 个答案:

答案 0 :(得分:4)

teamDriveID可以在Team Drive URL的最后部分找到。由于它是独特的字母数字组合,因此很容易识别。

请参见以下示例:

https://drive.google.com/corp/drive/folders/AbCDeFgH-123XXx

请参见this post from Gsuite Help Forum