this works fine on localhost but after deployed to app engine its gives
error:
java.lang.NoSuchMethodError:
com.google.api.client.googleapis.auth.oauth2.GoogleCredential$Builder.setServiceAccountScopes(Ljava/lang/Iterable;
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
google-api-...@googlecode.com
unread,
Dec 29, 2014, 10:21:13 AM12/29/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
I had a similar issue while setting up a project for google maps engine
API. The solution was to ensure that there were no conflicting libraries or
versions in the dependencies (i.e. in my case the google-oauth-client
version was different between the two deployments - bringing them inline
solved the problem). Hope it helps!