Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GoogleAppEngine sign-in failed

I am afraid I don't have much information on this problem, other than that I cannot deploy/update an application with GAE anymore. Every time when asked for email and password, I correctly enter them (as I always have done), and I get a Sign-in Failed message.

I tried it two ways, 1) with GoogleAppEngineLauncher application. I first get a panel saying: "Error, failed; auth error", and after I close this panel there is message in red in the sign-in panel, saying: Sign-in Failed. This is a hyperlink, which, when I click it, brings me to a browser page where I am asked to re-enter my password for my google-account. I enter the same password, and I get logged in normally.

If I click on the Dashbord button it brings me to the correct app-engine page of my application.

The second way is command-line: appcfg.py update /my_app_name

which results in:

10:48 AM Application: my_app_name; version: 1 10:48 AM Host: appengine.google.com 10:48 AM Starting update of app: my_app_name, version: 1 10:48 AM Getting current resource limits. Email: [email protected] Password for [email protected]: Invalid username or password.

However, I am 100% sure I am using the correct login details.

Well, I hope someone can make sense of this! thanks!

edit: this is the error panel I get when I try to deploy with the launcher app

error

like image 664
devboell Avatar asked Mar 18 '23 09:03

devboell


1 Answers

You can visit https://www.google.com/settings/security and then enable "Access for less secure apps" . It works for me.

like image 158
gunblues Avatar answered Mar 27 '23 16:03

gunblues