如何使用 Google API 和 Asp.net 从 Picasa 仅检索 1 张照片?

发布于 2024-12-18 15:58:44 字数 234 浏览 1 评论 0原文

是否可以从 picasa 中只检索一张照片。我正在网上和文档中查找,但还没有看到示例,这里有一篇文章很接近,但给出了我已经知道的一半答案。请帮忙,谢谢。

我已经走到这一步了,我需要知道下一步该做什么。我收到一个错误的请求错误。

query = New PhotoQuery(PicasaQuery.CreatePicasaUri(username, albumID, photoID))

Is it possible to retrieve just one photo from picasa. I am looking around on the web and the documentation and I have yet to see an example, There is one post on here that came close but gave a half answer which I already knew. Please help, thank you.

I have gotten this far, I need to know what to do next. I am getting a bad request error.

query = New PhotoQuery(PicasaQuery.CreatePicasaUri(username, albumID, photoID))

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

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

发布评论

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

评论(1

沫尐诺 2024-12-25 15:58:44

经过更多研究后我找到了解决方案。不要只查询照片的相册和相册 ID。
http://markmail.org/message/dbtoym57matzxjmd

 PicasaEntry entry = (PicasaEntry) service.Getstring.Format("http://picasaweb.google.com/data/entry/api/user/" +
                                                      "{0}/photoid/{1}",service.Credentials.Username,photo.GooglePhotoId

I found the solution after more research. Do not query for album and album id just the photo.
http://markmail.org/message/dbtoym57matzxjmd

 PicasaEntry entry = (PicasaEntry) service.Getstring.Format("http://picasaweb.google.com/data/entry/api/user/" +
                                                      "{0}/photoid/{1}",service.Credentials.Username,photo.GooglePhotoId
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文