We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents abd4bb8 + a113430 commit c261986Copy full SHA for c261986
1 file changed
drive/driveapp/main.py
@@ -32,6 +32,7 @@
32
flow.redirect_uri = oauth2client.client.OOB_CALLBACK_URN
33
authorize_url = flow.step1_get_authorize_url()
34
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"
36
code = input('Enter verification code: ').strip()
37
credentials = flow.step2_exchange(code)
38
0 commit comments