Google App script: You do not have permission to call prompt

前端 未结 2 1725
猫巷女王i
猫巷女王i 2021-01-14 11:59

I have created a google script that show me a prompt dialog to write a comment when a column is edited. For some reason this only works with my email (script\'s creator), bu

2条回答
  •  抹茶落季
    2021-01-14 12:57

    Are you logged into multiple Google accounts in the same browser?

    Google Scripts insides may sometimes not work as expected when multiple accounts are authorized in the same browser session. Try logging out of all accounts except the one that owns the script.

提交回复
热议问题