Skip to content

Commit

Permalink
fix scope in quickstartGoogleDrive
Browse files Browse the repository at this point in the history
  • Loading branch information
simont77 committed Jul 15, 2023
1 parent 69fe018 commit f9dd039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickstartGoogleDrive.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const {authenticate} = require('@google-cloud/local-auth');
const {google} = require('googleapis');

// If modifying these scopes, delete token.json.
const SCOPES = ['https://www.googleapis.com/auth/drive'];
const SCOPES = ['https://www.googleapis.com/auth/drive.file'];
// The file token.json stores the user's access and refresh tokens, and is
// created automatically when the authorization flow completes for the first
// time.
Expand Down

0 comments on commit f9dd039

Please sign in to comment.