Cannot get authorization dialog to show with Google Apps Script

后端 未结 1 839
没有蜡笔的小新
没有蜡笔的小新 2021-01-06 16:00

I\'ve got a Google Apps Script that I have been working on to manage an event\'s resources - it\'s working fine I\'m hitting an API and updating the sheet with my Python cod

1条回答
  •  自闭症患者
    2021-01-06 16:05

    You can try invalidating your authorization with ScriptApp.invalidateAuth().

    0 讨论(0)
提交回复
热议问题