[google-appengine] Re: How do I deploy Node_Modules on Google App Engine Flexible

2019-01-17 Thread Dos Branding
Hi George, please review the results I posted below and let me know the error I am facing. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-appengin

[google-appengine] Re: app.yaml not being recognized by my app

2019-01-17 Thread David Manz
I didn't have 'api_version' in the app.yaml. I don't think the app.yaml was being read at all. With Go 1.11, what is the correct way to start the app locally? Is it 'go run .', or is it 'goapp serve'? 'goapp serve' isn't working for me on Windows, because I have a space in my path: > "\User

[google-appengine] Re: Error Reporting in AppEngine Flex

2019-01-17 Thread 'Nicolas (Google Cloud Platform Support)' via Google App Engine
Hi Yousuf, Thanks you for your message, I understand that you no longer receive notifications for errors occuring with you project. To answer your question, App Engine Flex comes by default with Stackdriver Error Reporting

[google-appengine] Re: Testbed stubs for Cloud Datastore?

2019-01-17 Thread 'Cristian (Google Cloud Platform Support)' via Google App Engine
Hello Currently Google is advising customers to use tools specific to Python rather that being dependent on dep_appserver . To test Datastore in your local environment, you can use the Datastore

[google-appengine] Re: app.yaml not being recognized by my app

2019-01-17 Thread 'Omair (Cloud Platform Support)' via Google App Engine
Hi David, The reason it does not work for runtime go111 is because 'api_version' is not a supported element for Go 1.11. For full list of supported elements for Go 1.11 click here . The supported el