GithubHelp home page GithubHelp logo

Comments (3)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 24, 2024
According to Google's OAuth documentation, for installed applications you must 
use anonymous/anonymous for the consumer key and secret.  Specifying consumer 
key and consumer only works for the web application running on the domain that 
matches the consumer key.  In your case, that would be "mydomain.com".

That said, please check the content of the error message by adding something 
like this code:

try {
  ReuseAuthTest1 authTest1 = new ReuseAuthTest1();
} catch (HttpResponseException e) {
  System.out.println(e.response.parseAsString());
  throw e;
}

If the error message does not clearly explain what the problem is, please file 
a bug on http://code.google.com/p/gdata-issues/

Original comment by [email protected] on 11 Oct 2010 at 12:30

  • Changed state: ByDesign

from google-api-java-client.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 24, 2024
Thanks [email protected]

IT works perfectly now, and the tip of 
"System.out.println(e.response.parseAsString());" shows the error message much 
more clear.

Thanks again..!!

Original comment by [email protected] on 12 Oct 2010 at 1:07

from google-api-java-client.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 24, 2024

Original comment by [email protected] on 21 Oct 2010 at 3:11

  • Added labels: Type-Sample

from google-api-java-client.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.