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

1

4

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 ?
Asafoetida answered 12/5, 2013 at 18:20 Comment(0)
C
4

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

Cathryncathy answered 18/5, 2013 at 17:40 Comment(1)
It seemes that the cloud storage using with the photofeed requiere to set billing information :(Asafoetida

© 2022 - 2024 — McMap. All rights reserved.