Box Sandbox User3
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Comments
Recent activity by Box Sandbox User3-
String[] childrenFields = {"name", "createdAt", "size"}; Iterable<BoxItem.Info> infos = folder.getChildren(childrenFields); "size" gets populated but not "createdAt". Better to get a new BoxFil...