[google-appengine] The pitfalls of building services using Google App Engine

2014-08-04 Thread James Foster
I came across this article today: http://techtraits.com/system%20admin/2013/02/24/The-problems-of-working-in-App-engine/ I'm considering undertaking my second project in App Engine (larger than the first), but am a bit worried about some of the pitfalls in the article. Does anyone know if any of

[google-appengine] AppEngine / GCS / Cloudstorage API - Is it possible to modify the ACL's and serve files directly from GCS?

2014-08-04 Thread Kaan Soral
I'm currently using this handler to serve GCS files: class BlobKeyServeHandler(blobstore_handlers.BlobstoreDownloadHandler): def get(self, resource): resource = str(urllib.unquote(resource)) self.send_blob(resource) However there is a very high delay, like 20 seconds, until a