konady
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by konady-
konady commented,
Either way, that getInfo method is a perfect workaround. Thank you so much!
-
konady commented,
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 commented,
I did try running getIsExternallyOwned() by itself and I got the same NullPointerException.
-
konady commented,
The objectmapper uses the getters to convert the object into a JSON string.
-
konady created a post,
NullPointerException on BoxFolder.Info method after folder creation
AnsweredI 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...