I've created a web app shortcut, but it opens a Google Sheet. How do I fix this?

Question

Grade: Education Subject: Support
I've created a web app shortcut, but it opens a Google Sheet. How do I fix this?
Asked by:
80 Viewed 80 Answers

Answer (80)

Best Answer
(358)
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.