I'm using SDK 2.91 on Unity 4.5.3.
This error show up when I tried to Upload a .jpg on App42Cloud. But in Unity 4.5.1 it's fine
====
FormatException: Value is not equivalent to either TrueString or FalseString.
System.Boolean.Parse (System.String value) (at /Users/builduser/buildslave/mono-runtime-and-classlibs/build/mcs/class/corlib/System/Boolean.cs:186)
System.Convert.ToBoolean (System.String value) (at /Users/builduser/buildslave/mono-runtime-and-classlibs/build/mcs/class/corlib/System/Convert.cs:371)
com.shephertz.app42.paas.sdk.csharp.App42ResponseBuilder.IsResponseSuccess (System.String json)
com.shephertz.app42.paas.sdk.csharp.upload.UploadResponseBuilder.BuildResponse (System.String json)
com.shephertz.app42.paas.sdk.csharp.connection.RESTConnectorWWW.buildResponseForObjectService (System.String successValue, App42CallBack callBacK, System.String resource)
com.shephertz.app42.paas.sdk.csharp.connection.RESTConnectorWWW+<executeMultipart>d__12.MoveNext ()
com.shephertz.app42.paas.sdk.csharp.connection.RESTConnectorWWW+<WaitForMultipart>d__f.MoveNext ()
===