From 3af82dd748e5181f29aac034765efb48b932f138 Mon Sep 17 00:00:00 2001 From: Seth Woodworth Date: Tue, 22 Jan 2013 22:51:13 -0500 Subject: [PATCH] fixing the documentation formatting for google drive exchange code url format --- docs/source/gdrive.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1