From a920e7dc6e1ecb5bf4ce8a1be3fafc2bcde684f6 Mon Sep 17 00:00:00 2001 From: Jaime Hidalgo Date: Fri, 23 Sep 2022 17:46:55 -0500 Subject: [PATCH] Fix Issue with new API keys not compatible with older Platform library --- gsheet.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gsheet.js b/gsheet.js index d6a6dee..0cb55aa 100644 --- a/gsheet.js +++ b/gsheet.js @@ -49,6 +49,7 @@ function initClient() { gapi.client .init({ apiKey: apiKey.value.trim(), + plugin_name: "chat", clientId: clientId.value.trim(), discoveryDocs: DISCOVERY_DOCS, scope: SCOPES,