How to use google.script.run?

前端 未结 2 1756
余生分开走
余生分开走 2021-01-22 08:32

I am trying to use the google.run.script function in one of my projects and it doesn\'t seem to be triggering the function to run.

So I made a new project and tested a

2条回答
  •  既然无缘
    2021-01-22 08:46

    I just copied your code and it is working for me. It seems that you have other code in your project which might have some errors.

    Otherwise, you might be using URL of old version of your deployed project.

    Deployment procedure is available here. https://developers.google.com/apps-script/guides/web

提交回复
热议问题