Question
I've created a web app shortcut, but it opens a Google Sheet. How do I fix this?
Asked by: USER4467
80 Viewed
80 Answers
Answer (80)
Ensure your Apps Script code is correctly structured to open the desired folder URL in a new tab. The `HtmlService.createHtmlOutput()` function should contain an HTML link (``) that directs the user to the Google Drive folder. Double-check the URL you're using and that the script is published as a web app, not just a Google Sheet.