Set height of Google Apps Script showModalDialog when using an HtmlService HtmlTemplate
问题 I'm currently in the process of changing over my Google Apps Scripts that use the deprecated UI service to the HtmlService. I've created a modal dialogue using the following code (in a spreadsheet container-bound script): var htmlTemplate = HtmlService.createTemplateFromFile('testDialogue'); htmlTemplate = template.evaluate().setSandboxMode(HtmlService.SandboxMode.IFRAME); SpreadsheetApp.getUi().showModalDialog(htmlTemplate, 'Test Dialogue'); The dialogue box opens, but I need to modify its