简体   繁体   中英

Is it possible to create a google app engine end point which can upload a photo in a blobstore?

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 :

  1. Using another library ?
  2. 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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM