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(