xamarin - Update data in Kinvey Database -
i want update data in kinvey database. used rest api (put method). not working . same authorization token in , post method working fine. here error :
{ "error": "insufficientcredentials", "description": "the credentials used authenticate request not authorized run operation. please retry request appropriate credentials", "debug": "" }
please correct me.
i found solution after wasting 2 days. kinvey applys permission on collection level. have change permission. here reference link. http://devcenter.kinvey.com/rest/guides/security#collectionpermissions
Comments
Post a Comment