【发布时间】:2020-10-14 18:08:21
【问题描述】:
我使用选项 execute the app as: User accessing the web app 部署了我的 Google App Script Webapp。
在 App Script Dashboard 中,我可以看到 webapp 的执行和日志记录。但是,当我(应用程序的所有者)执行它时,我只会看到日志记录。当另一个用户执行 webapp 时,我只看到执行,但我看不到 App Script Dashboard 的日志记录。
我如何才能在独立于执行用户的情况下查看应用程序的日志记录?
【问题讨论】:
标签: logging google-apps-script web-applications