【问题标题】:Google App Engine appcfg.py : Machine system clock is incorrectGoogle App Engine appcfg.py:机器系统时钟不正确
【发布时间】:2014-11-12 10:51:00
【问题描述】:

所以我一直关注https://cloud.google.com/appengine/docs/python/endpoints/getstarted/backend/auth 在我尝试上传应用程序之前它运行良好。

我试过了

appcfg.py --email=myemail@gmail.com --passin update MyBackendName
11:47 AM Application: MyApplicationID; version: 1
11:47 AM Host: appengine.google.com
11:47 AM 
Starting update of app: MyApplicationID, version: 1
11:47 AM Getting current resource limits.
Password for myemail@gmail.com: ****
Invalid username or password.

Error: Machine system clock is incorrect.

2014-11-12 11:42:10,486 ERROR appcfg.py:2417 An error occurred processing file '': HTTP Error 401: Unauthorized. Aborting. 
Error 401: --- begin server output ---
Must authenticate first.

The email and password is correct. 

有什么想法吗?

【问题讨论】:

    标签: python google-app-engine


    【解决方案1】:

    我解决了在谷歌网页中启用“访问不太安全的应用程序”的问题 https://www.google.com/settings/security/lesssecureapps

    【讨论】:

      【解决方案2】:

      这可能是因为您在系统上设置的时间不正确。 (时区和其他东西)尝试正确设置它,看看它是否有效。

      【讨论】:

      • 我的时钟绝对正确:Fri Nov 14 00:35:06 CET 2014。但我仍然收到此错误:Invalid username or password. Error: Machine system clock is incorrect. 2014-11-14 00:24:36,831 ERROR appcfg.py:2324 An error occurred processing file '': HTTP Error 401: Unauthorized. Aborting. Error 401: --- begin server output --- Must authenticate first. --- end server output --- WTF?!?
      • 好的,我想通了:我是查看者角色。
      【解决方案3】:

      也许您是查看者角色?请参阅我上面的评论。

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 1970-01-01
        • 2011-02-23
        • 1970-01-01
        • 2012-11-30
        • 1970-01-01
        • 2018-06-08
        • 2012-06-24
        • 2016-09-02
        相关资源
        最近更新 更多