find client_secrets.json from correct directory

This commit is contained in:
marccohen@google.com
2012-03-07 12:29:42 -08:00
parent 968a958419
commit 4911b0363f

View File

@@ -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 <http://code.google.com/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.