From 3ebecf9f98deed4e18ac97f4d6a63fe32585f781 Mon Sep 17 00:00:00 2001 From: Aaron Imming Date: Mon, 8 Jul 2019 13:52:44 +0800 Subject: [PATCH] Update Google Drive access scope --- src/common/integrations/GoogleDrive.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/integrations/GoogleDrive.js b/src/common/integrations/GoogleDrive.js index 1cdb4e61ee..b0135a5527 100644 --- a/src/common/integrations/GoogleDrive.js +++ b/src/common/integrations/GoogleDrive.js @@ -23,7 +23,7 @@ class GoogleDrive { .init({ apiKey : this.apiKey, clientId : this.clientId, - scope : 'https://www.googleapis.com/auth/drive.file', + scope : 'https://www.googleapis.com/auth/drive', discoveryDocs: ['https://www.googleapis.com/discovery/v1/apis/drive/v3/rest'], }) .then(