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,