Karanbir Singh Mann
Results
2
comments of
Karanbir Singh Mann
Hi Kamil, thanks for looking into the issue. Below is the stacktrace of the exception: ``` java.lang.ClassCastException: class com.box.sdk.BoxAPIResponse cannot be cast to class com.box.sdk.BoxJSONResponse (com.box.sdk.BoxAPIResponse and com.box.sdk.BoxJSONResponse are in...
Hi Kamil, To be clear `response = (BoxJSONResponse)request.send();` is not line 569 in my code it is line 327. I know the stack trace says 569 but I dont think...