pcapdown
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Activity overview
Latest activity by pcapdown-
pcapdown commented,
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 created a post,
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 commented,
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 commented,
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 created a post,
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...