I can't sign into my Google account when I am trying to deploy my app to Google App Engine via Eclipse.
Missing required parameter: client_id
How can I solve that?
I can't sign into my Google account when I am trying to deploy my app to Google App Engine via Eclipse.
Missing required parameter: client_id
How can I solve that?
this error might occur when you use eclipse INDIGO. At the moment only eclipse HELIOS is supported.
EDIT:
I also had a lot of trouble signing in but finally got my eclipse running.
Turns out there is a plugin for Indigo, but it is not listed on all pages correctly. However, I got it working with Helios and Indigo.
Seem like the problem is java version. As I have so many java version in my machine, my existing one is jdk 1.5 according to development of one project.
last few days ago, I installed
jdk 1.7
and change path in enviroment variables setting,and updated eclipse plug in to prepare for andriod development to test. And just click to sign in google acount from eclipse, it was working again.
When I set back to jdk 1.5, can't log in again.
Thanks everyone for your answers.