Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit 062f01a

Browse files
author
Aaron
authored
Merge pull request #2505 from aaron-binary/drive-scope
aaron/Reduce Google Drive scope
2 parents 5736283 + b5fddf3 commit 062f01a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/integrations/GoogleDrive.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class GoogleDrive {
2424
.init({
2525
apiKey : this.apiKey,
2626
clientId : this.clientId,
27-
scope : 'https://www.googleapis.com/auth/drive',
27+
scope : 'https://www.googleapis.com/auth/drive.file',
2828
discoveryDocs: ['https://www.googleapis.com/discovery/v1/apis/drive/v3/rest'],
2929
})
3030
.then(

0 commit comments

Comments
 (0)