Closed GoogleCodeExporter closed 9 years ago
This doesn't appear to be a bug with the library, as we are unable to reproduce
the error. The method exists in the jars being distributed, and you can see it
in the javadoc here:
http://javadoc.google-oauth-java-client.googlecode.com/hg/1.15.0-rc/com/google/a
pi/client/auth/oauth2/AuthorizationCodeRequestUrl.html#method_detail
For more personalized support, please feel free to post on
www.stackoverflow.com using the [google-api-java-client] tag. As a suggestion,
try re-downloading the jars from
https://code.google.com/p/google-api-java-client/ (the one in question is the
google-oauth-client jar).
Original comment by ngmic...@google.com
on 14 May 2013 at 3:10
Getting exactly the same error with the latest 1.15 version
Original comment by andriu...@gmail.com
on 1 Jul 2013 at 12:44
[deleted comment]
Still this issue persist.
Even I am getting it.
Exception in thread "main" java.lang.NoSuchMethodError:
com.google.api.client.auth.oauth2.AuthorizationCodeRequestUrl.setScopes(Ljava/ut
il/Collection;)Lcom/google/api/client/auth/oauth2/AuthorizationCodeRequestUrl;
at com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeRequestUrl.setScopes(GoogleAuthorizationCodeRequestUrl.java:179)
at com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeRequestUrl.<init>(GoogleAuthorizationCodeRequestUrl.java:102)
at com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeRequestUrl.<init>(GoogleAuthorizationCodeRequestUrl.java:86)
at com.google.api.client.googleapis.auth.oauth2.GoogleAuthorizationCodeRequestUrl.<init>(GoogleAuthorizationCodeRequestUrl.java:117)
Original comment by vandanad...@gmail.com
on 1 Jul 2014 at 11:52
Original issue reported on code.google.com by
DarkR4z...@gmail.com
on 14 May 2013 at 2:17