From bd5bd4fe27c94f05615cf22cf80e7ad2612b9d8f Mon Sep 17 00:00:00 2001 From: vinay-google Date: Tue, 13 May 2025 01:08:38 +0000 Subject: [PATCH] fix: gson -> json --- ai/email-classifier/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ai/email-classifier/README.md b/ai/email-classifier/README.md index 050dd6c43..e3f7bee9a 100644 --- a/ai/email-classifier/README.md +++ b/ai/email-classifier/README.md @@ -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 @@ -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