We're getting strange behavior when initializing app42 in Unity using App42API.Initialize("API_KEY","SECRET_KEY");
Here's the exception code:
Internal Exceptioncom.shephertz.app42.paas.sdk.csharp.App42SecurityException: {"httpErrorCode":"401", "appErrorCode":"1401", "message":"UnAuthorized Access", "details":"Client is not authorized"}
UnityEngine.Debug:Log(Object)
com.shephertz.app42.paas.sdk.csharp.App42Log:Console(String)
com.shephertz.app42.paas.sdk.csharp.app42Event.EventServiceUtils:OnException(Exception)
com.shephertz.app42.paas.sdk.csharp.connection.<execute>d__6:MoveNext()
com.shephertz.app42.paas.sdk.csharp.connection.<WaitForRequest>d__3:MoveNext()
We're using a custom api key which is set to allow only reading for storage api. The most interesting is when we switch to the admin key and then back to the custom key, the exception disappears, and then reappears again in the future.
Is this a bug of app42?