From 4911b0363f37687f16a9de822b786f5532511a8c Mon Sep 17 00:00:00 2001 From: "marccohen@google.com" Date: Wed, 7 Mar 2012 12:29:42 -0800 Subject: [PATCH] find client_secrets.json from correct directory --- samples/prediction/prediction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/prediction/prediction.py b/samples/prediction/prediction.py index 958d79c..76c2e55 100644 --- a/samples/prediction/prediction.py +++ b/samples/prediction/prediction.py @@ -58,7 +58,7 @@ FLAGS = gflags.FLAGS # application, including client_id and client_secret, which are found # on the API Access tab on the Google APIs # Console -CLIENT_SECRETS = 'client_secrets.json' +CLIENT_SECRETS = 'samples/prediction/client_secrets.json' # Helpful message to display in the browser if the CLIENT_SECRETS file # is missing.