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.