Google login in eclipse causes error of “Cookies are off.Please Turn on”

落花浮王杯 提交于 2019-12-13 20:21:49

问题


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,

  • go to Control Panel -> Internet Options
  • go to Privacy tab page
  • set the security level to the lowest possible ("Accept All Cookies").

    (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

  • 易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
    该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!