Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在考虑编写一些 Java 代码来为用户安装时间驱动的触发器(定期运行谷歌应用程序脚本)。但找不到用于操作触发器的 REST API。想知道是否有可能。谢谢你。
桑杰
没有用于操作触发器的 REST API。但是,您可以在脚本中编写 doPost 函数,将其发布为 Web 应用程序并从 Java 代码执行 POST。当然,在 doPost() 函数中,您必须使用 ScriptApp API 设置触发器。