标签: drive
假设我已经将一个google文件夹ID复制到了Google表格中的一个单元格中,并且我想将该单元格自动添加到此脚本中-我的文件夹ID 。
var folder = DriveApp.getFoldersByName("My folder ID");
我该怎么做?