pcapdown
- 合計アクティビティ 8
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 3
コメント
pcapdownによる最近のアクティビティ-
By the way, when I say slow, I mean it takes almost 1 second to get each ItemInfo:for (BoxItem.Info itemInfo : targetFolder) {if (itemInfo instanceof BoxFolder.Info) {...etc.
-
Is this this only method to get the meta data (name, size, etc) of all the files in a folder?I ask because I am using it to traverse a few directories and it is VERY slow.Is there perhaps a single...
-
I also tried using the user-id rather than the email address: BoxFolder root = BoxFolder.getRootFolder(enterpriseAccess); BoxCollaborator collaborator = new BoxUser(enterpriseAccess, APP_USER_NAME...