如何使用 Google API 和 Asp.net 从 Picasa 仅检索 1 张照片?
是否可以从 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
经过更多研究后我找到了解决方案。不要只查询照片的相册和相册 ID。
http://markmail.org/message/dbtoym57matzxjmd
I found the solution after more research. Do not query for album and album id just the photo.
http://markmail.org/message/dbtoym57matzxjmd