[google-appengine] Cloudtasks handler auth in Go 1.12 standard env

2019-08-27 Thread Bob Glickstein
I'm using the Go 1.12 standard environment. I have some handlers for cron- and cloudtasks-generated requests. How should these handlers ensure that requests are coming from my GAE service account? The docs are super unclear about this, and many are outdated (still referring to e.g. login: admin

Re: [google-appengine] Re: Viewing App engine Deployed files

2019-08-27 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Mua, Where did you deploy your app? App Engine Standard, Flexible, Compute Engine VM? You should be aware that /tmp is of temporary nature; moreover, the instance itself gets restarted from time to time, mainly for maintenance purposes. Saving files locally is not a solid long-term so

[google-appengine] Re: Brazil IP

2019-08-27 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Manu, To get an IP from Brazil, you have the option to choose region southamerica-east1 a, b, c Osasco (São Paulo), Brazil, from the Regions and Zones list . Practical details are to be found on the "Reserving a Static External IP Ad

Re: [google-appengine] Datastore export as JSON format

2019-08-27 Thread 'Alex Martelli' via Google App Engine
The error in that traceback is crystal-clear: the code uses a Python 2 `print` *statement*, making it incompatible with Python 3 (where `print` is a *function*), yet you're trying to run it with Python 3.7. Porting the code to be compatible with Python 2 and 3 might be some work. Easier, I think,

[google-appengine] Re: AppEngine Dev, QA and production environments, how to manage them and and set it up?

2019-08-27 Thread 'Nicolas (Google Cloud Platform Support)' via Google App Engine
Hi Eduardo, Thanks for opening this thread, there are multiple training courses available[1] to learn more about how to professionally develop, deploy and monitor applications on GCP. This specific learning path[2] concentrates on the concepts of application development. I hope you find this