Re: [google-appengine] Re: Could someone tell me how to use blobstore with endpoints? Any tutorial sites/videos would be superb.

2016-02-26 Thread Jeff Schnitzer
Separate in your mind the Blobstore (place were data can be put) and the Blobstore API (which is a programming API builtin to the GAE service layer and can be used with GCS). The Blobstore is a nonstarter. It is deprectated. It will go away. The question you want to ask is: What is the best way

[google-appengine] Re: Could someone tell me how to use blobstore with endpoints? Any tutorial sites/videos would be superb.

2016-02-25 Thread Deepesh Mathuria
Okay so you are suggesting to use cloud bucket, could you tell me the advantages it will have over blobstore. And also could you tell me if Images API work is compatible with cloud storage bucket. On Thursday, February 25, 2016 at 4:46:16 PM UTC+5:30, Deepesh Mathuria wrote: > > I am creating

[google-appengine] Re: Could someone tell me how to use blobstore with endpoints? Any tutorial sites/videos would be superb.

2016-02-25 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
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 usable by any front-end you would authenticate. Here's the Getting Started