dev-appserver

Google Cloud Storage Client not working on dev appserver

浪子不回头ぞ 提交于 2019-12-06 22:48:32
问题 I 'm building an AppEngine application that stores data in Google Cloud Storage. I use the Google Cloud Storage Client (GCS) library as suggested. My app is working when deployed on AppEngine (reading/writing/listing objects) but I cannot make it work on the development server. The development server keeps returning error 404 and GCS raises NotFoundError. The dev-appserver is supposed to emulate the cloud storage functionality without any specific configurations etc. I see in the log files

Google Cloud Storage Client not working on dev appserver

被刻印的时光 ゝ 提交于 2019-12-05 03:50:50
I 'm building an AppEngine application that stores data in Google Cloud Storage. I use the Google Cloud Storage Client (GCS) library as suggested. My app is working when deployed on AppEngine (reading/writing/listing objects) but I cannot make it work on the development server. The development server keeps returning error 404 and GCS raises NotFoundError. The dev-appserver is supposed to emulate the cloud storage functionality without any specific configurations etc. I see in the log files that the dev server is accepting requests at "/_ah/gcs" yet it seems that there is no handler for that

What is the relationship between Google's App Engine SDK and Cloud SDK?

一曲冷凌霜 提交于 2019-11-26 17:55:59
I'm developing a Google App Engine application and I am encountering references to both an App Engine SDK and a Cloud SDK . How do these two SDKs relate to each other? There is definitely some overlap between the two. There is a dev_appserver.py and appcfg.py is both of them. I can run a development server using dev_appserver.py , and also with gcloud preview app run . Why are there two tools that do the same thing? Is one being deprecated in favor of the other? Is there a roadmap for merging the toolsets, or are they going to be maintained in parallel? Do I need both, or just one? It seems

What is the relationship between Google's App Engine SDK and Cloud SDK?

孤街醉人 提交于 2019-11-26 05:38:46
问题 I\'m developing a Google App Engine application and I am encountering references to both an App Engine SDK and a Cloud SDK. How do these two SDKs relate to each other? There is definitely some overlap between the two. There is a dev_appserver.py and appcfg.py is both of them. I can run a development server using dev_appserver.py , and also with gcloud preview app run . Why are there two tools that do the same thing? Is one being deprecated in favor of the other? Is there a roadmap for merging