Re: [google-appengine] Re: dev_appserver now compatible with Cloud Datastore Emulator.

2018-06-20 Thread 'Kai Wang' via Google App Engine
Actually, "cloud.google.com/go/datastore" should also work. However, at this moment, you *have to* pass the DATASTORE_EMULATOR_HOST with the '--env_var' flag to dev_appserver: --env_var DATASTORE_EMULATOR_HOST=localhost:8088 Please try this flag, hopefully it should work :) Dev_appserver

Re: [google-appengine] Re: dev_appserver now compatible with Cloud Datastore Emulator.

2018-06-19 Thread 'Kai Wang' via Google App Engine
Hi Giuliano, Note that, for app engine standard runtime go, the recommended datastore library is "google.golang.org/appengine/datastore". I've verified on my side this library works with dev_appserver + datastore emulator.

[google-appengine] Re: dev_appserver now compatible with Cloud Datastore Emulator.

2018-05-30 Thread 'Kai Wang' via Google App Engine
According to the documentation , you need to have the env var "DATASTORE_EMUALTOR_HOST" set. Also, FYI, this "cloud.google.com/go/datastore" (officially, it is called Google Cloud Client Library),

[google-appengine] Re: dev_appserver now compatible with Cloud Datastore Emulator.

2018-05-29 Thread 'Kai Wang' via Google App Engine
Hi Glullano, What go libraries are you using? Is it google.golang.org/appengine/datastore (link ) ? Did it store locally before? You can email k...@google.com for further details :) On Friday, May 25, 2018 at 9:04:42

[google-appengine] Re: dev_appserver now compatible with Cloud Datastore Emulator.

2018-05-19 Thread 'Kai Wang' via Google App Engine
Hi Viataly, This change alone does not affect testbed. But we do plan to allow testbed to use datastore emulator too. Please stay tuned :) On Thursday, May 17, 2018 at 1:54:22 PM UTC-7, Vitaly Bogomolov wrote: > > Hi, Steren > > Our goal is to enable it by default in the future. >> > > Good

[google-appengine] Re: Issue with invalid SSL certificate

2018-01-22 Thread 'Kai Wang' via Google App Engine
Cool. By saying "have to roll revert back", do you mean this issue is already solved in your current version of cloud sdk, without swapping urlfetch_cacerts.txt ? Thanks. On Monday, January 22, 2018 at 6:07:50 AM UTC-8, Richard Cheesmar wrote: > > kai, > > I will have to revert back to the

[google-appengine] Re: Issue with invalid SSL certificate

2018-01-21 Thread 'Kai Wang' via Google App Engine
The gcloud version is pretty new. But these information is not enough for reproducing. If you are running the app with dev_appserver , please *ATTACH A DEMO APP *for reproducing the issue. If not, please also

[google-appengine] Re: [Google Cloud Insiders] Transitioning from Google App Engine SDK to gcloud, what to expect

2017-09-25 Thread 'Kai Wang' via Google App Engine
Thanks for the transition doc. If you find any app engine SDK's feature missing in gcloud, feel free to reach out to us! +Patrick: > Which App Engine language are you using? Seems to be Python. On Mon, Sep 25, 2017 at 6:35 AM, 'Patrick Flynn' via Google Cloud Insiders <