找不到文件

时间:2012-09-16 15:49:56

标签: java google-docs google-docs-api

我正在尝试下载文档以及使用文档列表的文档 API。 从https://docs.google.com/feeds/default/private/full获取Feed docuemnts并迭代它,进入下载文档。 大部分文件都下载得很好,但其中有一部分是 抛出ResourceNotFoundException,这里是trace:

at
 com.google.gdata.client.http.HttpGDataRequest.handleErrorResponse(HttpGDataRequest.java:591)
 at
 com.google.gdata.client.http.GoogleGDataRequest.handleErrorResponse(GoogleGDataRequest.java:563)
  at
 com.google.gdata.client.http.HttpGDataRequest.checkResponse(HttpGDataRequest.java:552)
  at
 com.google.gdata.client.http.HttpGDataRequest.execute(HttpGDataRequest.java:530)
  at
 com.google.gdata.client.http.GoogleGDataRequest.execute(GoogleGDataRequest.java:535)
  at
 com.google.gdata.client.media.MediaService.getMediaResource(MediaService.java:234)
  at
 com.google.gdata.client.media.MediaService.getMedia(MediaService.java:276)
  at
 com.google.gdata.client.media.MediaService.getMedia(MediaService.java:302)

例外文字是:

 com.google.gdata.util.ResourceNotFoundException: Not Found

其次是Google html页面。

有人想过如何解决这个问题吗?

1 个答案:

答案 0 :(得分:0)

不确定每行末尾的数字是什么,但是如果它们是文档的某种ID,可能就是您的问题所在。因为根据您的错误消息,我认为您尝试访问的文档不存在。