I don't know if this will help anyone however, this is what I was doing when I started to get the error:
Problem:
I have a maven project setup running on Google App Engine Version: 1.9.25 and to update to the console - I would run the command in the terminal (mac) "mvn gae:deploy".
My Fix:
-
I updated to Google App Engine Version: 1.9.34(in my pom.xml file)
-
I removed/commented out the "" sections from my web.xml file (With oAuth you no longer need this)
-
Added the GAE to my path "export PATH=$PATH://Applications/eclipse/plugins/appengine-java-sdk-1.9.34/bin"
-
Run the command: "mvn clean appengine:update"
If you are not authenticated, the terminal will ask you for a code
A browser window will automatically open asking you to allow the Google App Engine and will provide you a code.
Copy and paste the code into the terminal.
Done!
This may not help everyone but I took over a project that was created 3 years ago and I'm sure everyone knows how annoying it can be when you take over a new project.
Thanks!
Elie G Kassouf
Mobile Developer
Timeless Technologies
ekas...@timelesstech.com
Please consider the environment before printing this mail note.
Hello Friends, Thanks a lot to Elie. However, I would request to the experts in this group to volunteer to layout the sequences of installing ODK using in a more collaboratively for those use ODK for years for their work and do not have much technical knowledge, but with instructions they will be able to manage. I believe many people got stuck at this point due to this change. Since the previous installation process was pretty straight forward. ODK experts did not updated the installation procedure using OAuth 2 yet. Thanks
https://cloud.google.com/appengine/docs/java/tools/remoteapi#configuring_remote_api_on_a_standalone_client
Elie G Kassouf
Mobile Developer
Timeless Technologies
ekas...@timelesstech.com
Please consider the environment before printing this mail note.
Is there any instructions available for installation on OAuth? If anyone already did that, please share it here in detail. Thanks
Hello guys,
Root cause of this problem is that Google App Engine turned off client login from April 13th. Read the last paragraph in this link https://cloud.google.com/appengine/docs/deprecations/clientlogin#migrating_from_clientlogin_to_oauth_20
On March 8th Google tested it by turning it off for 1 day which is when the people above faced the problem. Now they permanently disabled from April 13th.
In a nutshell, Move to OAuth.
--
--
Post: opend...@googlegroups.com
Unsubscribe: opendatakit...@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en
You received this message because you are subscribed to a topic in the Google Groups "ODK Community" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/opendatakit/KpE_v9Aqs8c/unsubscribe.
To unsubscribe from this group and all its topics, send an email to opendatakit...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
--
Post: opend...@googlegroups.com
Unsubscribe: opendatakit...@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en
You received this message because you are subscribed to a topic in the Google Groups "ODK Community" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/opendatakit/KpE_v9Aqs8c/unsubscribe.
To unsubscribe from this group and all its topics, send an email to opendatakit...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
--
Post: opend...@googlegroups.com
Unsubscribe: opendatakit...@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en
You received this message because you are subscribed to a topic in the Google Groups "ODK Community" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/opendatakit/KpE_v9Aqs8c/unsubscribe.
To unsubscribe from this group and all its topics, send an email to opendatakit...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hey Elie, Thanks for your informative post. I had done that to my ODK Aggregate, but tha last point is proving to be a heck of trouble. I copied and pasted the code from the web browser to my ODK Aggregate installer but the buttons aren't working. What am I supposed to do after copying and pasting the code. Please advise.