我刚开始与 Kinvey 合作,但在通过 REST api 发布数据时遇到了一些问题。如果我进入数据存储区,我可以保存它,但是通过 POST 发送时它不起作用。
要发布数据,我使用 URL “/appdata/APP_KEY/DATASTORE/”并在 Headers 中发送Authorization、X-Kinvey-API-Version和Content-Type。
我回来了“在处理业务逻辑代码时发生了未知的内部错误。”
当我使用 App Engine 添加业务逻辑时(有一段时间,它只是将 status=200 返回给 Kinvey),我遇到了同样的错误:
{
"error": "BLInternalError",
"description": "The Business Logic script did not complete. See debug message for details.",
"debug": "An unknown internal error occured in the processing of the Business Logic code."
}
有谁知道我在哪里做错了?
最后,即使我通过GET调用Kinvey,Kinvey调用App Engine的方法是POST,有没有办法改变它?
尽管有错误,但我始终在 Google App Engine 中有访问日志。
谢谢!