【发布时间】:2015-09-23 20:54:15
【问题描述】:
有几篇文章,但我无法将代码放在一起成功运行。
我看过的一篇文章:Permanently delete file from google drive
我想每隔一小时左右自动删除 Google 云端硬盘垃圾文件夹中的项目。最好每 10 分钟一次。 谷歌需要实现这个有用的功能。
【问题讨论】:
-
这是我尝试使用但没有成功的另一篇文章:stackoverflow.com/questions/11960526/…
-
Drive.Files.EmptyTrash();是方法。有用。但我想把它做成一个脚本来自动驾驶它。请帮忙
标签: google-apps-script google-drive-api delete-file