Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ai/email-classifier/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ API for natural language processing.
* Replace the placeholder values in `Constants.gs`:
* `PROJECT_ID`: Your Google Cloud Project ID.
* `ME`: Your name.
1. **Update `appsscript.gson`:**
* Ensure the `appsscript.gson` file is configured correctly.
1. **Update `appsscript.json`:**
* Ensure the `appsscript.json` file is configured correctly.

### 3. Configure OAuth Consent Screen

Expand Down Expand Up @@ -121,7 +121,7 @@ your add-on's OAuth consent screen defines what Google displays to users.
* Creates, updates, and removes Gmail labels.
* **`Sheet.gs`:**
* Creates and updates Google Sheets for logging.
* **`appsscript.gson`:**
* **`appsscript.json`:**
* Configuration file for the Apps Script project.

## Important Notes
Expand Down
Loading