Re: [google-appengine] Deprecation of File Blobs in favor of Google Cloud Storage

2013-11-02 Thread Michael Nischt
thanks, this is what I was looking for! On Saturday, November 2, 2013 1:08:21 AM UTC+1, barryhunter wrote: > > From > > https://developers.google.com/appengine/docs/python/googlecloudstorageclient/#Python_Using_GCS_client_library_with_the_development_app_server > > *> You can use the client librar

Re: [google-appengine] Deprecation of File Blobs in favor of Google Cloud Storage

2013-11-01 Thread Barry Hunter
From https://developers.google.com/appengine/docs/python/googlecloudstorageclient/#Python_Using_GCS_client_library_with_the_development_app_server *> You can use the client library with the development server from SDK version 1.8.1 and greater. This provides GCS emulation using the local disk. *

[google-appengine] Deprecation of File Blobs in favor of Google Cloud Storage

2013-11-01 Thread Michael Nischt
I just read that problematically creating blobs is deprecated in favor of Google Clould Storage ( https://developers.google.com/appengine/docs/go/blobstore/#Go_Writing_files_to_the_Blobstore ). For me the best thing about GAE is that you can develop completely locally ( *offline*). However, as