更新 Kinvey 数据库中的数据

Update data in Kinvey Database

我想更新 Kinvey 数据库中的数据。我使用了 Rest API(PUT 方法)。但它不工作。 GET 和 POST 方法中的相同授权令牌工作正常。这是错误:

{ "error": "InsufficientCredentials", "description": "The credentials used to authenticate this request are not authorized to run this operation. Please retry your request with appropriate credentials", "debug": "" }

请指正。

我在浪费了两天时间后终于找到了解决方案。 Kinvey 在集合级别应用权限。所以你必须改变那个许可。 这里是参考link。 http://devcenter.kinvey.com/rest/guides/security#collectionpermissions

请看快照,以便您更好地理解。