nddipiazza
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Posts
Recent activity by nddipiazza-
Our Box account is a co-admin. Does it need 'owner' rights to crawl a folder?
Simple question here: Our Box account is a co-admin. Does it need 'owner' rights to crawl a folder?
-
Do Box's enterprise groups support Group Nesting?
Does Box's enterprise groups support group nesting? Where GroupA can have a member GroupB. And GroupB can have a member GroupC? Or is nesting not allowed, such that groups can only have user membe...
-
How to correctly export all Box files for a user using JWT service account
Using a JWT service account I want to access all Box.com files for User with ID 234234 and login nick.jackson So I create a jwt api connection: String privateKey = new String(Files.readAllBytes(P...
-
Is there a way I can make sure owned_by is populated for each object returned by BoxFolder.iterator?
I'm using Box.com for an large enterprise and I'm using the rest API. I'm iterating over files/folders returned from new BoxFolder(apiConnection, "0").iterator(). This returns BoxInfo objects...