I would agree with Jeff and strongly advise using Google Cloud Storage. 
There is a client library to use it from each of the runtimes and also has 
a HTTP REST API <https://cloud.google.com/storage/docs/json_api/v1/> usable 
by any front-end you would authenticate. Here's the Getting Started guide 
<https://cloud.google.com/appengine/docs/java/googlecloudstorageclient/getstarted>
 
for the Java client library which demonstrates basic object reading and 
writing.

It's difficult to provide more specific guidance than the above without 
knowing a little more about how you intend to use this exactly. I hope this 
helps.

On Thursday, February 25, 2016 at 6:16:16 AM UTC-5, Deepesh Mathuria wrote:
>
> I am creating a web application which allows user to post text content 
> along with file uploads. I've built my entire webapp on cloud endpoints, 
> but I'm having problem with the file upload part integration. I know it can 
> be done with blobstore but I want to know how - I've not had any experience 
> working with blobstore.
>

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/934a78b0-384b-4d4f-89e1-45612f3d4e69%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to