Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/349.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 我可以关掉“开关”吗;没有“饼干”;Windows上Google应用程序引擎启动器(1.6.2版)中的选项?_Python_Windows_Google App Engine_Deployment_Credentials - Fatal编程技术网

Python 我可以关掉“开关”吗;没有“饼干”;Windows上Google应用程序引擎启动器(1.6.2版)中的选项?

Python 我可以关掉“开关”吗;没有“饼干”;Windows上Google应用程序引擎启动器(1.6.2版)中的选项?,python,windows,google-app-engine,deployment,credentials,Python,Windows,Google App Engine,Deployment,Credentials,当我在Windows上使用Google App Engine Launcher(版本1.6.2)部署应用程序时,输出窗口中将显示以下命令选项: 正在运行命令:“[u'C:\Python27\pythonw.exe”, '-u',u'C:\程序文件(x86)\Google\Google\u appengine\appcfg.py', '--no_cookies',u'--email=xxxx。xxxx@xxxx.xxx“,”--passin“,”update“, u'C:\path\to\proj

当我在Windows上使用Google App Engine Launcher(版本1.6.2)部署应用程序时,输出窗口中将显示以下命令选项:

正在运行命令:“[u'C:\Python27\pythonw.exe”, '-u',u'C:\程序文件(x86)\Google\Google\u appengine\appcfg.py', '--no_cookies',u'--email=xxxx。xxxx@xxxx.xxx“,”--passin“,”update“, u'C:\path\to\project']

我希望启动器存储我的特定于应用程序的密码,我知道它需要使用cookie来实现这一点,但出于某种原因,启动器默认发送“no_cookies”选项


是否有办法关闭此选项?

启动器将始终提示您输入凭据,它使用no_cookies标志确保传递了给定的凭据,而不是存储在系统中的凭据。

您可以创建一个批处理文件来部署应用程序,您可以使用--email和--passin标志提供凭据。

非常感谢。。。我将以下内容放入一个批处理文件,它第一次提示我输入密码,然后似乎把它保存到了下一次运行的地方:
python C:\Progra~1\Google\Google\u appengine\appcfg.py——email=XXXX@XXXX.XXX--passin update PROJECT-FOLDER
@ShannonWagner您需要将密码文件重定向到命令中,例如appcfg.py--passin