通过 API 将内容更新到 Google 网站时出错

发布于 2024-08-17 18:02:43 字数 494 浏览 15 评论 0 原文

插入文档数据的代码适用于 Google 网站,但更新失败。

我尝试了下面的两个调用

1

entry.setMediaSource(ms);

给出了以下结果

//IllegalArgumentException:无法在具有现有非 MediaContent 的条目上设置媒体源

2

service.updateMedia(new URL(getContentFeedUrl()), newAttachment);

的条目

上设置媒体源

//com.google.gdata.util.InvalidEntryException,请求 URI 无效

服务是站点服务对象,条目是附件条目

如果您需要更多信息,请告诉我,

The code to insert document data works for Google sites but for update it fails.

I tried below two calls

1

entry.setMediaSource(ms);

gives following

//IllegalArgumentException: Cannot set media source on entry with existing non-MediaContent

2

service.updateMedia(new URL(getContentFeedUrl()), newAttachment);

gives

//com.google.gdata.util.InvalidEntryException,Invalid request URI

service is sites service object, entry is attachment entry

Let me know if you need more info,

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

開玄 2024-08-24 18:02:43

最后它似乎通过媒体内容对象工作,我将完整的代码片段保留在 http://dsteps.blogspot.com/2010/01/how-to-update-content-through-google.html

finally it seemed to work through media content object, i have kept the complete code snippet at http://dsteps.blogspot.com/2010/01/how-to-update-content-through-google.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文