为 Google App Engine Python 创建 Picasa Web 上传接口
是否有使用 GAE python 将图像上传到 picasa 的示例应用程序或代码示例。那么如何将 picasa 上传的图像 url 插入到数据存储中。有什么有效的方法可以做到这一点吗?
Is there any sample application or code example for uploading image to picasa using GAE python. How to insert picasa uploaded image url into datastore then. Is there any effective way to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要使用 gdata-python-client 库。它适用于 AppEngine,并封装了 Picasa Web API 等。
You'll want to use the gdata-python-client library. It works on AppEngine and wraps the Picasa Web API, amongst others.