I have a GAEJ and would like to save images, uploaded from an Android device and iPhone.
Why is there two Google Services and wich one should be used from GAEJ?
Google Blobstore https://developers.google.com/appengine/docs/java/blobstore/
Google Cloud Storeage https://developers.google.com/storage/
Pseudo code:
- HttpClient some Base64 encoded data.
- Send image to Google App Engine.
- From Google App Engine Save the decoded image to BlobStore or Cloud Storage.
- HttpServletResponse status back to Android.
I am confused about how to do step 3.
Thanks in advance Regards