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

please see snap, can better understand. enter image description here


Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -