FilipRachunek
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by FilipRachunek-
FilipRachunek commented,
Yes, it works now. Thanks, you saved me. 🙂 I just hope the extra line does not do another call to the Box API server, which could create a performance issue if a folder contains too many files.
-
FilipRachunek commented,
That was a typo. This is the correct line: BoxFile.Info fileInfo = (BoxFile.Info) itemInfo;
-
FilipRachunek created a post,
BoxItem.Info returns null for various properties
AnsweredHello, I am quite new to Box API and I am just trying to write my first integration with Box Java SDK. I have followed the tutorial and managed to get a list of root folder files: BoxFolder folde...