Google脚本是否支持团队合作

时间:2018-10-18 15:00:23

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

我有一个非常简单的功能

function myFunction() {
  var files = DriveApp.getRootFolder();
  Logger.log(files.getSize())
}

但是,我想访问一个特定的teamdrive而不是我的普通驱动器吗?

0 个答案:

没有答案
相关问题