Skip to content

Commit

Permalink
fix run.md for Google Workspace user (#898)
Browse files Browse the repository at this point in the history
  • Loading branch information
takatama authored Dec 27, 2023
1 parent 1931c5f commit 8eee02d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,15 @@ To use `clasp run`, you need to complete 4 steps:
- **Create** > **OK**
- Download the file (⬇), move it to your directory, and name it `creds.json`. Please keep this file secret!
1. Call `clasp login --creds creds.json`
1. Add the following to `appsscript.json`:
```json
"executionApi": {
"access": "ANYONE"
}
```
1. If you use Google Workspace, enable `Apps Script API`
- Open `https://console.cloud.google.com/marketplace/product/google/script.googleapis.com?project=[PROJECT_ID]`
- Press ENABLE button

### Run a function

Expand Down

0 comments on commit 8eee02d

Please sign in to comment.