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

拥有回忆 提交于 2019-12-21 05:31:28

问题


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 ?

回答1:


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



来源:https://stackoverflow.com/questions/16510618/is-it-possible-to-create-a-google-app-engine-end-point-which-can-upload-a-photo

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!