我有一个 GAEJ,想保存从 Android 设备和 iPhone 上传的图像。
为什么有两个 Google 服务,而 GAEJ 应该使用其中一个?
谷歌 Blobstore https://developers.google.com/appengine/docs/java/blobstore/
谷歌云存储 https://developers.google.com/storage/
伪代码:
- HttpClient 一些 Base64 编码的数据。
- 将图像发送到 Google App Engine。
- 从 Google App Engine 将解码后的图像保存到 BlobStore 或 Cloud Storage。
- HttpServletResponse 状态返回 Android。
我对如何执行第 3 步感到困惑。
提前致谢 问候