Java 谷歌文档列表API 3.0版

Java 谷歌文档列表API 3.0版,java,google-api,Java,Google Api,我可以看到gdata Google Documents List API 3.0版已经贬值了一段时间了吗?然而,我仍然想知道是否有人能够成功地使用它。我正在尝试获取文档列表,并不断出现解析错误。还尝试了具有相同结果的示例应用程序。想知道api是否不再可用 xception in thread "main" com.google.gdata.util.ParseException: Unrecognized content type:text/html;charset=UTF-8 at com.g

我可以看到gdata Google Documents List API 3.0版已经贬值了一段时间了吗?然而,我仍然想知道是否有人能够成功地使用它。我正在尝试获取文档列表,并不断出现解析错误。还尝试了具有相同结果的示例应用程序。想知道api是否不再可用

xception in thread "main" com.google.gdata.util.ParseException: Unrecognized content type:text/html;charset=UTF-8
at com.google.gdata.client.Service.parseResponseData(Service.java:2136)
at com.google.gdata.client.Service.parseResponseData(Service.java:2098)
at com.google.gdata.client.Service.getFeed(Service.java:1136)
at com.google.gdata.client.Service.getFeed(Service.java:998)
at com.google.gdata.client.GoogleService.getFeed(GoogleService.java:645)
at com.google.gdata.client.Service.getFeed(Service.java:1017)
at com.tst.preprocessing.external.google.GetDocumentsTest.main(GetDocumentsTest.java:51)
谢谢