Container-bound Script getting permission errors trying to run functions with google.script.run from sidebar
问题 I try to implement a sidebar on my spreadsheet to get user input for my scripts to use. I haven't been able to get it to successfully call any server side functions. I put together a simple script from the google documentation and several stackoverflow questions that I read through, but I keep getting an error. It is able to print to the console, but it errors out trying to call the logText() function with google.script.run . Script File: function onOpen() { SpreadsheetApp.getUi() .createMenu