Skip to content

Commit

Permalink
Update google-drive.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
ramimoshe authored Oct 24, 2018
1 parent 76b6710 commit a9b9ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/google-drive.rb
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def self.token
auth_url = 'https://accounts.google.com/o/oauth2/auth?' + URI.encode_www_form({
'client_id' => CLIENT_ID,
'redirect_uri' => REDIRECT_URL,
'scope' => 'https://www.googleapis.com/auth/drive',
'scope' => 'https://www.googleapis.com/auth/drive.metadata.readonly',
'response_type' => 'code',
'access_type' => 'offline',
'approval_prompt' => 'force'
Expand Down

0 comments on commit a9b9ce5

Please sign in to comment.