如何使用 Java 从 Picasa Web API 下载图像
Google 的开发者指南介绍了如何上传照片到 Picasa网络相册,但是如何用 Java 下载图像文件以便将其保存在本地计算机上?
Google's developer guide explains how to upload photos to the Picasa Web Albums, but how do I download the image file in Java so that I can save it on my local machine?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我对 Picasa 网络相册 API 不太熟悉,但我认为只需查看 Javadocs 就可以实现:
I don't really have any familiarity with the Picasa Web Albums API, but this is what I think may work by just looking at the Javadocs: