~/Downloads/client_secrets.json)
to src/main/resources/client_secrets.json.
If you skip this step, when trying to run the sample you will get a 400
INVALID_CLIENT error in the browser.
You will also need to Activate
Google Storage, upload the training
data required by the sample to Google Storage. And then edit
OBJECT_PATH
in
PredictionSample.java
to point to the training data. Otherwise, you will get a 400 error "Training
data file not found".
Prerequisites: install Java 6, Mercurial, and Maven. You may need to
set your
JAVA_HOME
.
cd [someDirectory] hg clone https://code.google.com/p/google-api-java-client.samples/ google-api-java-client-samples cd google-api-java-client-samples/prediction-cmdline-sample cp ~/Downloads/client_secrets.json src/main/resources/client_secrets.json [editor] src/main/java/com/google/api/services/samples/prediction/cmdline/PredictionSample.java mvn compile mvn -q exec:java
To enable logging of HTTP requests and responses (highly recommended when developing), please take a look at logging.properties.
Prerequisites: install Eclipse, the Mercurial plugin, and the Maven plugin.
prediction-cmdline-sample project
[someDirectory]/google-api-java-client-samples/prediction-cmdline-sample
and click "Next"