From: Seth Woodworth Date: Wed, 23 Jan 2013 03:51:13 +0000 (-0500) Subject: fixing the documentation formatting for google drive exchange code url format X-Git-Tag: release-20150131~551^2~7 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3af82dd748e5181f29aac034765efb48b932f138;p=oweals%2Fkarmaworld.git fixing the documentation formatting for google drive exchange code url format --- diff --git a/docs/source/gdrive.rst b/docs/source/gdrive.rst index 12ccfa4..5ef8e93 100644 --- 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