I try to authenticate into Google Queue API using the Google Sample Code - Taskqueue-cmdline-sample,
You have to set a google client id and google client secret into the client_secrets.json file of the sample.
So my problem is which credentials to use there and how to obtain them! Plus we have to use an email address in the ACL of queue.xml in GAE and not a Client ID...
You have a link in the documentation who point there to get the client id/secret: http://code.google.com/p/google-api-java-client/source/browse/shared/shared-sample-cmdline/src/main/java/com/google/api/services/samples/shared/cmdline/oauth2/OAuth2Native.java?repo=samples
But it's dead... (404) --> FIXED
Documentation: http://samples.google-api-java-client.googlecode.com/hg/taskqueue-cmdline-sample/instructions.html
Checkout the sample there : http://code.google.com/p/google-api-java-client/source/checkout
Update
The TaskQueue API is not in my list of Services. How could I activate TaskQueue API?