Parse.com CloudCode部署失败 - 找不到请求的资源

cas*_*ash 9 parse-platform parse-cloud-code

我正在使用Parse.com CloudCode为iOS应用程序创建一些自定义功能.

要部署CloudCode应用程序,请使用:

terminal% parse deploy

一切都很好,我能够将我的云代码上传到后端但突然停止工作,我绝对不知道为什么.我收到了这样的答复:

requested resource was not found
Run Code Online (Sandbox Code Playgroud)

编辑:main.js是有的,那就是有变更的文件.我试图删除并重新创建应用程序.配置也是正确的.我重新启动计算机,重置连接,但仍然得到了响应.以下是运行后的完整终端响应% parse deploy:

% parse deploy
Uploading source files
Uploading recent changes to scripts...
The following files will be uploaded:
/path/to/main.js
Deploy failed. Retrying deploy...

Uploading source files
Uploading recent changes to scripts...
The following files will be uploaded:
/path/to/main.js
Deploy failed. Retrying deploy...

Uploading source files
Uploading recent changes to scripts...
The following files will be uploaded:
/path/to/main.js
Deploy failed. Retrying deploy...

Uploading source files
Uploading recent changes to scripts...
The following files will be uploaded:
/path/to/main.js
Deploy failed. Retrying deploy...

Uploading source files
Uploading recent changes to scripts...
The following files will be uploaded:
/path/to/main.js
requested resource was not found
Run Code Online (Sandbox Code Playgroud)

有没有人有相同或类似的问题?如果是,哪些步骤有助于解决此问题?

提前致谢.

sun*_*tzu 0

新发布的更新已经为我解决了这个问题。您可以使用更新parse udpate或使用curlcurl -s https://www.parse.com/downloads/cloud_code/installer.sh | sudo /bin/bash