[google-appengine] Re: Migrating GAE app stored user information to GAE Python 3.0 without Users API

2019-02-20 Thread davidcharles via Google App Engine
Hello Marcel, We expect these IDs to be the same but cannot guarantee it. The best way to confirm this is to try it in your test environment; store the user ID of a user from an application using the Users API and then using the same user try to access application using Google Identity Platfo

[google-appengine] Re: GAE APIs

2019-02-20 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Ryan, You are right, Python 2 to 3 code migration may be accomplished in part by employing tools such as modernize , futurize and 2to3 ,

[google-appengine] How do you use the Objectify object mapper?

2019-02-20 Thread Stefan Kopetzky
Hello fellow developers, we are three master's students at University of Applied Sciences (OTH) Regensburg, Germany. We would like to understand how people use certain features of Objectify today. After looking at public GitHub repositories, we f

Re: [google-appengine] InvalidUrl error being raised when posting to sendgrid - only one gae application. Anyone else experiencing this issue?

2019-02-20 Thread Arnold Minde
It is a urlfetch issue. Changin url-stream-handler in appengine-web.xml to native seams to resolve the issue. On Wednesday, February 20, 2019 at 12:37:52 PM UTC+3, Rob Curtis wrote: > > > Finally shown to be a urlfetch issue: > > https://status.cloud.google.com//incident/appengine/19003?_ga=2.16

Re: [google-appengine] InvalidUrl error being raised when posting to sendgrid - only one gae application. Anyone else experiencing this issue?

2019-02-20 Thread Rob Curtis
Finally shown to be a urlfetch issue: https://status.cloud.google.com//incident/appengine/19003?_ga=2.168593765.-550905097.1475152841 On Wednesday, February 20, 2019 at 10:44:50 AM UTC+2, Rob Curtis wrote: > > Thanks Gerardo, not a daily limit issue. > I've just seen that we have other tasks fa

Re: [google-appengine] InvalidUrl error being raised when posting to sendgrid - only one gae application. Anyone else experiencing this issue?

2019-02-20 Thread Rob Curtis
Thanks Gerardo, not a daily limit issue. I've just seen that we have other tasks failing when posting to google analytics. So I assume there's some issue with URLFetch. Any idea where to post a support request for this? Thanks On Wednesday, February 20, 2019 at 10:23:08 AM UTC+2, Gerardo Lima w

Re: [google-appengine] InvalidUrl error being raised when posting to sendgrid - only one gae application. Anyone else experiencing this issue?

2019-02-20 Thread Gerardo Barbosa Lima
Did you check if the daily limit was reached? On Wed, Feb 20, 2019 at 8:00 AM Rob Curtis wrote: > Hi, > > I'm receiving this error when posting to sendgrid: raised > InvalidURL(Invalid request URL: https://api.sendgrid.com/v3/mail/send) > It's only on one of our applications, but so far there ar

[google-appengine] InvalidUrl error being raised when posting to sendgrid - only one gae application. Anyone else experiencing this issue?

2019-02-20 Thread Rob Curtis
Hi, I'm receiving this error when posting to sendgrid: raised InvalidURL(Invalid request URL: https://api.sendgrid.com/v3/mail/send) It's only on one of our applications, but so far there are 29 tasks failing to send mail as a result. It's not something we've changed, as we haven't deployed any