基本上我收到此错误...
java.lang.NullPointerException: Null response body
com.google.gdata.util.ServiceException.setResponse(ServiceException.java:222)
at com.google.gdata.client.http.GoogleGDataRequest.handleErrorResponse(GoogleGDataRequest.java:572)
at com.google.gdata.client.http.HttpGDataRequest.checkResponse(HttpGDataRequest.java:560)
at com.google.gdata.client.http.HttpGDataRequest.execute(HttpGDataRequest.java:538)
at com.google.gdata.client.http.GoogleGDataRequest.execute(GoogleGDataRequest.java:536)
at com.google.gdata.client.media.MediaService.insert(MediaService.java:400)
我正在使用gdocs-3.0
库,它似乎都在运行时工作,除了在执行文件上传时失败。我正在使用 OAuth2 凭据系统,这是否可能是问题的原因?是因为我上传的是 mp3 等内容而不是文档吗?
是否有更好的库来访问文档列表 api,或者就是这样吗?
事实证明,我得到这个的原因是我的应用程序不想上传大型文档,而是需要使用可恢复的媒体上传。