FilipRachunek
- 合計アクティビティ 4
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
アクティビティの概要
FilipRachunekさんの最近のアクティビティ-
FilipRachunekさんがコメントを作成しました:
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さんがコメントを作成しました:
That was a typo. This is the correct line: BoxFile.Info fileInfo = (BoxFile.Info) itemInfo;
-
FilipRachunekさんが投稿を作成しました:
BoxItem.Info returns null for various properties
回答済みHello, 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...