-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Other deployment issues
This page records other problems in the APPID deployment process reported by users and their possible solutions.
Due to the revision of GAE, under certain circumstances, you may need to go to the GAE console to re-authorize the project in order to upload it smoothly.
A prompt appears when the deployment fails:
WARNING: google.appengine.tools.appengine_rpc:Error=BadAuthentication
URL=a very long URL
Info=WebLoginRequired
This prompt shows that, for security reasons, Google requires you to log in to a web page to determine your identity. Click on the given URL, log in with the account you uploaded with, and try uploading again.
Reference example: issue 1190
In some cases, after a failed deployment, you will receive an email from google telling you that they blocked the login request. Sometimes there will be an unlock button in the email, click to enter the opened page to set the unlock. Then you can try to deploy again. Reference example: issue 1151
Some netizens reported, "When allowing weak security applications, first close and then open, and then immediately switch to the deployment page, you can upload successfully, otherwise it will fail." Reference example: [issue 1190#issuecomment-154908121](https: //github.com/XX-net/XX-Net/issues/1190#issuecomment-154908121)