0
我已經開始在谷歌應用引擎cron和我寫一些內容到文件test.txt,但是當我在http://localhost:8000/cron在我的dev的服務器上運行的cron這給了我500錯誤與此輸出。谷歌應用程序引擎的cron給文件permissione發出
File "/base/data/home/apps/s~stock-analysis-1344/1.393612282659426384/hello.py", line 8, in get
f = open("test.txt","w") #opens file with name of "test.txt"
IOError: [Errno 30] Read-only file system: 'test.txt'