Google 应用程序引擎、GData 和皮卡萨
除了来自 GAE 的 google 指南之外,还有使用 GData Python Library 创建 Google App Engine 应用程序以与 Picasa 网络相册 交互的更全面的示例吗? :http://code.google.com/apis/picasaweb/docs/ 1.0/developers_guide_python.html
Is there more comprehensive sample of creating Google App Engine App using GData Python Library to interact with Picasa Web Album, other than google guide from GAE here: http://code.google.com/apis/picasaweb/docs/1.0/developers_guide_python.html
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要开始使用 GAE 和 GData,您可以查看:
http://code.google.com/appengine/articles/python/retriving_gdata_feeds.html
您应该能够更新示例代码以使用 PhotosService 而不是 DocClient。
For getting started with GAE and GData, you can take a look at:
http://code.google.com/appengine/articles/python/retrieving_gdata_feeds.html
You should be able to update the samples code there to use PhotosService instead of DocClient.