Adding “password” type to Google Apps Script inputBox
问题 Is it possible to assign the "password" type to the Google Apps Script inputBox so the text doesn't show? The following is working just fine, but the input field is a simple textbox and displays the text rather than "••••••••": Browser.inputBox('Please enter your password'); I have a Google Sheet with an associated script that automatically populates some cells with information retrieved from an external API. The API requires simple authentication so that's why I'm prompting the user for