I would like to know if is it possible to upload a photo in a appengine blobstore by using an end point ?
If yes, please tell how or redirect to any available resource.
If not, can you please expose any simple alternative :
- Using another library ?
- Using a standard servlet with other libraries ?
This post should be useful : serving blobstore image through app-engine endpoints api
Please see another approach The Photofeed sample Java app. There is also a sample code . This app uses datastore to store photo metadata and comments about the photos and google cloud storage to store the actual photo.
Also check this post on Image Upload in Google App Engine which mentions about storage using Blobstore