App Engine, appcfg and saving uploading credentials

前端 未结 4 1525
一生所求
一生所求 2021-01-19 02:40

On Linux, it seems that appcfg.py saves credentials when I use it to upload a new version of my application. However, this doesn\'t seem to happen OSX, and the password is a

4条回答
  •  伪装坚强ぢ
    2021-01-19 03:23

    After

    1) Updating Google Appengine to version 1.4.2 via launcher (I might have hit 1.4.x bug?)

    2) Deleting cookie file

    it looks like cookie file started working again.

    It should have content like:

    # Netscape HTTP Cookie File
        # http://www.netscape.com/newsref/std/cookie_spec.html
        # This is a generated file!  Do not edit.
    
    appengine.google.com    FALSE....
    

提交回复
热议问题