Skip to content
Discussion options

You must be logged in to vote

Hi @jsmeng324.

I'm glad that you find this project helpful. 😊

Unfortunately the Google object is only available if the project is accessed via the Apps Script Web App (e.g. https://script.google.com/macros/{script-id}/exec) because Google then connects the corresponding script.

Follow these steps to test your app before deploy:

  1. Run in the terminal:
clasp open

and the script opens in the browser.

  1. Press Deploy and then Test Deployment.
  2. Now click the URL to open the Web-App.
    The Web-App opens in a new tab.
    Keep the tab open in your browser.
  3. Go to your editor and make the needed changes.
  4. Push the files to Google Script to see the changes:
npm run build
  1. Reload the page in your browser and…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jsmeng324
Comment options

Answer selected by jsmeng324
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1 on April 24, 2025 09:01.