Hi,
We are getting an error randomly saying "Client is not authorized". Below is what we are doing:
1. Getting the json objects from one app in a jsonArray
2. Initialize app42 wtih other app using the correct apiKey and secreKey.
3. Then we have a loop that inserts objects from the jsonArray into a collection.
It works fine for some of the objects so apikey and secretkey are correct, then it randomly gives the exception as given below:
{"app42Fault":{"httpErrorCode":401,"appErrorCode":1401,"message":"UnAuthorized Access","details":"Client is not authorized"}}
Note : We have replay attack protect as DISABLED, still we have the issue. Please help.