From 6167e629706178d5904afb0d8e4ac53cb17e9f7a Mon Sep 17 00:00:00 2001 From: Jan Oberhauser Date: Fri, 11 Sep 2020 18:03:37 +0200 Subject: [PATCH] :zap: Remove unnecessary GoogleSheetsOAuth scope --- .../nodes-base/credentials/GoogleSheetsOAuth2Api.credentials.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/nodes-base/credentials/GoogleSheetsOAuth2Api.credentials.ts b/packages/nodes-base/credentials/GoogleSheetsOAuth2Api.credentials.ts index d13c55612c..221f02c066 100644 --- a/packages/nodes-base/credentials/GoogleSheetsOAuth2Api.credentials.ts +++ b/packages/nodes-base/credentials/GoogleSheetsOAuth2Api.credentials.ts @@ -4,7 +4,6 @@ import { } from 'n8n-workflow'; const scopes = [ - 'https://www.googleapis.com/auth/drive', 'https://www.googleapis.com/auth/drive.file', 'https://www.googleapis.com/auth/spreadsheets', ];