2

I want to update data in Kinvey Database. I used Rest API (PUT Method). but it is not working . Same Authorization token in GET and POST method is working fine. Here is the Error :

{ "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": "" }

Please correct me.

Harshadcse
  • 225
  • 1
  • 9

1 Answers1

3

I finally found the solution after wasting my two days. Kinvey applys permission on collection level. So you have to change that permission. Here is the reference link. http://devcenter.kinvey.com/rest/guides/security#collectionpermissions

Please see the snap, so you can better understand. enter image description here

Sagar Panwala
  • 922
  • 1
  • 8
  • 23