java.lang.UnsupportedOperationException: Not an array
Does anyone know why I get the following error while calling the box api ?
I'm using the following version:
<dependency>
<groupId>com.box</groupId>
<artifactId>box-java-sdk</artifactId>
<version>2.17.0</version>
</dependency>
[boxEvents=[],nextStreamPosition=<null>,failureReasons=[],status=ERROR,messages=[Message [type=ERROR, value=java.lang.UnsupportedOperationException: Not an array:
at com.eclipsesource.json.JsonValue.asArray(JsonValue.java:283)
at com.box.sdk.BoxUser$Info.parseJSONMember(BoxUser.java:977)
at com.box.sdk.BoxJSONObject.update(BoxJSONObject.java:183)
at com.box.sdk.BoxJSONObject.<init>(BoxJSONObject.java:52)
at com.box.sdk.BoxResource$Info.<init>(BoxResource.java:181)
at com.box.sdk.BoxCollaborator$Info.<init>(BoxCollaborator.java:51)
at com.box.sdk.BoxUser$Info.<init>(BoxUser.java:578)
at com.box.sdk.BoxUser.getInfo(BoxUser.java:285)
サインインしてコメントを残してください。
コメント
0件のコメント