nddipiazza
- 合計アクティビティ 8
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
アクティビティの概要
nddipiazzaさんの最近のアクティビティ-
nddipiazzaさんがコメントを作成しました:
Yes that is what we are doing. But some folders do not allow us to do that. Is that because the folder is owned by another administrator?
-
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?
-
nddipiazzaさんが投稿を作成しました:
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...
-
nddipiazzaさんがコメントを作成しました:
After you correctly require 2 way authentication and have all your permissions set correctly, you will then need to delete your existing authornization and re-authorize. if you do not do this, you...
-
nddipiazzaさんが投稿を作成しました:
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...
-
nddipiazzaさんが投稿を作成しました:
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...