fixing the documentation formatting for google drive exchange code url format
authorSeth Woodworth <seth@sethish.com>
Wed, 23 Jan 2013 03:51:13 +0000 (22:51 -0500)
committerSeth Woodworth <seth@sethish.com>
Wed, 23 Jan 2013 03:51:13 +0000 (22:51 -0500)
docs/source/gdrive.rst

index 12ccfa427ad77f6b7e68eeba064d0ede1ef67443..5ef8e93927bbf5734c8ca6ccfe30c490552b86a7 100644 (file)
@@ -17,7 +17,7 @@ get the authorization url
 
 go to that url in your browser
 it will redirecto you to a url in the format of:
...?code=EXCHANGE_CODE
  http://localhost:8000/oauth2callback?code=EXCHANGE_CODE
 take the EXCHANGE_CODE and feed it as a string to 
     credentials = flow.step2_exchange('EXCHANGE_CODE')
 This gives you a credentials object, keep this value