projects
/
oweals
/
karmaworld.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a6adca
)
fixing the documentation formatting for google drive exchange code url format
author
Seth Woodworth
<seth@sethish.com>
Wed, 23 Jan 2013 03:51:13 +0000
(22:51 -0500)
committer
Seth Woodworth
<seth@sethish.com>
Wed, 23 Jan 2013 03:51:13 +0000
(22:51 -0500)
docs/source/gdrive.rst
patch
|
blob
|
history
diff --git
a/docs/source/gdrive.rst
b/docs/source/gdrive.rst
index 12ccfa427ad77f6b7e68eeba064d0ede1ef67443..5ef8e93927bbf5734c8ca6ccfe30c490552b86a7 100644
(file)
--- a/
docs/source/gdrive.rst
+++ b/
docs/source/gdrive.rst
@@
-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