~/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.
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/adsense-cmdline-sample cp ~/Downloads/client_secrets.json src/main/resources/client_secrets.json 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.
adsense-cmdline-sample
project
[someDirectory]/google-api-java-client-samples/adsense-cmdline-sample
and click "Next"