You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
As we are trying to upload any new code on GAE, getting Invalid username & password error. Beside receive an email
Hi Gurcharan,
Someone just tried to sign in to your Google Account _______________ from an app that doesn't meet modern security standards.
Is their any update that's been pushed to GAE authentication and how to get it work?
Zeehad (Cloud Platform Support)
unread,
Feb 12, 2016, 5:23:55 PM2/12/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
Hello Gurcharan,
Since you're authenticating using a username and password, it seems like you may be using ClientLogin which has been deprecated. Please review this doc for information regarding migrating from ClientLogin to OAuth 2.0.
Until your application migrated to OAuth 2.0, you can try allowing less secure apps (turn 'On') although it's not guaranteed to work.