Re: [google-appengine] Incoming emails to live app are rejected

2016-02-05 Thread 'Alex Martelli' via Google App Engine
I would change app = webapp2.WSGIApplication([ ('/_ah/mail/', MailHandler), to app = webapp2.WSGIApplication([ ('/_ah/mail/.+', MailHandler), Alex On Thu, Feb 4, 2016 at 7:52 PM, John Barham wrote: > I'm testing incoming email URLs in a new app and am stumped why they work > in the

[google-appengine] Re: Tracking Down Read Ops Spikes in the new Dashboard

2016-02-05 Thread Zeehad (Cloud Platform Support)
Hello Joshua, Day-by-day billing usage history is not available on the new dashboard. However you can access Cloud Trace or Cloud Monitoring to analyze usage and performance of your App through the dashboard. I hope i

[google-appengine] Re: help with cloud enpoint... cannot access in local testing...

2016-02-05 Thread Clément Prévot
Hi! It's indeed an issue related to the last version (48) of Chrome. I've met this problem as soon as it was released in the dev channel. I've not check if it has been solved with v50. There is workaround that is a little bit 'dangerous' and that implies to allow Chrome to load any insecure co

[google-appengine] Re: Does GAE supports applications that consumes a SOAP web service?

2016-02-05 Thread Jason Bourne
What do you mean I access the WSDL file directly? If you will look at my sample program, i used wsimport command to extract the classes from the WSDL. then i put all the extracted classes inside a package in my project. On Wednesday, February 3, 2016 at 4:47:56 AM UTC+8, Emanuele Ziglioli wro

[google-appengine] Cannot get to the developers console page

2016-02-05 Thread Richard Cheesmar
Hi, Is anyone else having problems with Google Services the last 24 hours. I had problems with slow apis, analytics and now this morning can't get to the developers console page at all. Any ideas of what is going on and when this will be resolved? -- You received this message because you a