konady
- 合計アクティビティ 6
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
アクティビティの概要
konadyさんの最近のアクティビティ-
konadyさんがコメントを作成しました:
Either way, that getInfo method is a perfect workaround. Thank you so much!
-
konadyさんがコメントを作成しました:
It appears the problem seems to be in the SDK. The variable, isExternallyOwned, is of type Boolean (Object), whereas the getter returns a boolean (primitive). If the variable is null, it will retu...
-
konadyさんがコメントを作成しました:
I did try running getIsExternallyOwned() by itself and I got the same NullPointerException.
-
konadyさんがコメントを作成しました:
The objectmapper uses the getters to convert the object into a JSON string.
-
konadyさんが投稿を作成しました:
NullPointerException on BoxFolder.Info method after folder creation
回答済みI am able to successfully create a folder, however whenever I try to call getIsExternallyOwned() I get a NullPointerException. All other getters work as expected. The token I am passing with the r...