On Tue, Sep 17, 2013 at 11:10 PM, Emanuele Ziglioli <
[email protected]> wrote:

> use the Blobstore API to write to the Cloud Storage instead of the
> Blobstore,
>


If you need to write directly to Cloud Storage, use the GCS library;
directly writing using the Blobstore API is deprecated ( see
https://developers.google.com/appengine/docs/java/blobstore/#Java_Writing_files_to_the_Blobstore
 ).

With that said, the Blobstore API is still needed for several activities
such as intercepting file uploads (the Blobstore API can then write
uploaded files to GCS).


-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to