问题
I am building App Engine applications in Eclipse (Juno). When I tried to signin to Google in Eclipse, I am getting the message "Your cookies are turned off. Make it on". How do I enable cookies in Eclipse? My system default browser supports cookies no problem with Google signin. Please help me so that I can upload my application to Google's server.
Thanks in Advance, Sasi Krishna
回答1:
user2292916 is correct that Eclipse uses Internet Explorer's cookie settings for Windows users, but note that you can keep your current privacy settings by just allowing Google to store cookies.
- Start Internet Explorer
- Open Internet Options
- Open the Privacy tab and select Sites
- Add "google.com"
- Restart Eclipse
You should now be able to deploy your application.
回答2:
You did not receive an answer yet. But you can use a bat file to deploy an application:
appcfg.py --no_cookies --email=john.doe@gmail.com --passin update C:\Eclipse\workspace\yourappid < "C:\john_doe_his_password.txt"
回答3:
For me turning on cookies in Internet Explorer helped.
My default browser is Chrome, and I had cookies turned on, but I could not manage to login until I turned them on for IE.
回答4:
If you are running Eclipse on Windows, for some unknown reason to me, Eclipse uses Internet Options settings. So to fix the problem,
(Note: donat3llo mentioned the same solution in above)
来源:https://stackoverflow.com/questions/13695743/google-login-in-eclipse-causes-error-of-cookies-are-off-please-turn-on