Skip to content

Commit c261986

Browse files
author
Eric Koleda
authored
Merge pull request googleworkspace#50 from MattiaFailla/patch-1
Correcting error
2 parents abd4bb8 + a113430 commit c261986

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drive/driveapp/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
flow.redirect_uri = oauth2client.client.OOB_CALLBACK_URN
3333
authorize_url = flow.step1_get_authorize_url()
3434
print('Go to the following link in your browser: ' + authorize_url)
35+
# If you can't use Python 3.x, please change "input" to "raw_input"
3536
code = input('Enter verification code: ').strip()
3637
credentials = flow.step2_exchange(code)
3738

0 commit comments

Comments
 (0)