我正在使用uisng rest api和gradle列出文件的内容...但是在获得凭据后我在eclipse中收到错误

时间:2016-03-21 10:48:21

标签: java

2016-03-21 15:33:36.224:INFO::Started SocketConnector@localhost:35313
    Please open the following address in your browser:
    https://accounts.google.com/o/oauth2/auth?access_type=offline&client_id=254623622510-smaa7caiaap9gavn95lo37ovavn9vvlc.apps.googleusercontent.com&redirect_uri=http://localhost:35313/Callback&response_type=code&scope=https://www.googleapis.com/auth/drive.metadata.readonly
    Attempting to open that address in the default browser now...
    2016-03-21 15:33:49.693:INFO::Stopped SocketConnector@localhost:35313
    Credentials saved to /home/vijay/.credentials/drive-java-quickstart.json
    Exception in thread "main" java.lang.NoSuchMethodError: com.google.api.client.googleapis.services.json.AbstractGoogleJsonClient.(Lcom/google/api/client/http/HttpTransport;Lcom/google/api/client/http/HttpRequestInitializer;Ljava/lang/String;Ljava/lang/String;Lcom/google/api/client/json/JsonObjectParser;Lcom/google/api/client/googleapis/services/GoogleClientRequestInitializer;Ljava/lang/String;Z)V
        at com.google.api.services.drive.Drive.(Drive.java:135)
        at com.google.api.services.drive.Drive$Builder.build(Drive.java:8669)
        at org.gradle.DriveQuickstart.getDriveService(DriveQuickstart.java:100)
        at org.gradle.DriveQuickstart.main(DriveQuickstart.java:105)

我收到上述错误

0 个答案:

没有答案