From 6b201f24653f27c8330f797236b5b4018862d6f6 Mon Sep 17 00:00:00 2001 From: Rishabh-Rathod Date: Thu, 12 Sep 2024 10:12:06 +0530 Subject: [PATCH] fix: Default invalid sheet method value in Gsheet datasource --- .../googleSheetsPlugin/src/main/resources/form.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/server/appsmith-plugins/googleSheetsPlugin/src/main/resources/form.json b/app/server/appsmith-plugins/googleSheetsPlugin/src/main/resources/form.json index 25774c83cf29..d5f7709c310d 100644 --- a/app/server/appsmith-plugins/googleSheetsPlugin/src/main/resources/form.json +++ b/app/server/appsmith-plugins/googleSheetsPlugin/src/main/resources/form.json @@ -40,7 +40,7 @@ "value": "https://www.googleapis.com/auth/drive.file" } ], - "initialValue": "https://www.googleapis.com/auth/spreadsheets,https://www.googleapis.com/auth/drive", + "initialValue": "https://www.googleapis.com/auth/drive.file", "customStyles": { "width": "340px" }