【发布时间】:2015-01-19 03:44:11
【问题描述】:
要获取文件的最后更新日期,您可以致电 getLastUpdated()
我如何获取在 Google Apps 脚本代码中进行此上次更新的用户?
我已经尝试在Advanced Drive ServiceAdvanced Drive Service列出修订下运行代码
var revisions = Drive.Revisions.list(fileId);
但我明白了
ReferenceError: "Drive" is not defined.
【问题讨论】: