CHJani / google-api-java-client

Automatically exported from code.google.com/p/google-api-java-client
0 stars 0 forks source link

GoogleTransport is missing in client library 1.5.1 #331

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Version of google-api-java-client (e.g. 1.5.0-beta)?
1.5.1 beta

Java environment (e.g. Java 6, Android 2.3, App Engine)?
Java 6

Describe the problem.
I am running a sample Prediction API Application movierecommenderdemo
and using google-api-client-1.5.1-beta.jar file

GoogleTransport.class is missing in the 
google-api-client-1.5.1-beta.jar.
The full path of the class is com.google.api.client.googleapis.GoogleTransport

How would you expect it to be fixed?
If latest client api is to be used then I need a jar file included with the 
GoogleTransport.class or Should I use the old client api jar?

Original issue reported on code.google.com by heggi.sa...@gmail.com on 28 Oct 2011 at 7:27

GoogleCodeExporter commented 9 years ago
Appears to be a duplicate of:
http://code.google.com/p/google-prediction-api-samples/issues/detail?id=4

Note that these Prediction samples are at least a year old, and really out of 
date.  I recommend instead you take a look at this updated sample:

http://samples.google-api-java-client.googlecode.com/hg/prediction-cmdline-sampl
e/instructions.html

Original comment by yan...@google.com on 31 Oct 2011 at 3:08

GoogleCodeExporter commented 9 years ago
The issue is solved. The updated sample works fine. Thanks for the response.

Original comment by heggi.sa...@gmail.com on 8 Nov 2011 at 12:06