I use GAE Java. I was looking for ways to upload images that produce actual URL not storing them inside Datastore. My research led me to using Blobstore API. However the API's home page <https://cloud.google.com/appengine/docs/java/blobstore/> says uploading right from Java is deprecated. My images are base64 encoded from client browser and turned into byte array in servlet. I would like to store this into Blobstore API and obtain an URL. Is there anyway I can achieve this properly?
-- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/78f35e31-0b5b-49a7-9a74-e356445983c5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
