I ahve created a custom code which and uploaded on server, the same code while running from testCode working fine
when i am trying to run it from android app it working but not as per expected
Custom Code - create a user by passing jsondoc in it , using own custom key with permission of createuser and finddocumentsbyid and other required to make it run
Android app - calling custom code with own access key with runjavacode permission.
Issue facing -
1. if i run the app , user is being created but jsondocument for the same user not being created ,
2. if i clear app data in in android and try registering new user with unique username i still get "Unauthorised Acess" Exception, i have already disabled "ACL protection"
Exception :com.shephertz.app42.paas.sdk.android.App42SecurityException: {"app42Fault":{"httpErrorCode":401,"appErrorCode":1401,"message":"UnAuthorized Access","details":"Client is not authorized"}}