pcapdown
- 合計アクティビティ 8
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 3
アクティビティの概要
pcapdownさんの最近のアクティビティ-
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.
-
pcapdownさんが投稿を作成しました:
A faster way to list files in a folder?
I want to navigate a series of folders and pull file name & file size information, using the Java api.I am using the recommended approach, which is basically to enumerate all the BoxItems found in...
-
pcapdownさんがコメントを作成しました:
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...
-
pcapdownさんがコメントを作成しました:
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...
-
pcapdownさんが投稿を作成しました:
Box API returns HTTP 403 when trying to collaborate APP-USER
I am having a problem trying to give collaboration rights to an App-User. First, I create an enterprise API connection. Works fine.Second, I create App User,Third, I try to give App User access r...