Quande Ren
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Comments
Recent activity by Quande Ren-
I figured out the problem and solution. I used following code and the collaboration is successfully created: BoxFolder folder = new BoxFolder(api, folderId);BoxCollaboration.Info collaborate = fo...
-
Just want to clarify, I am using email as userId here. public static final String EMAIL = "xxx@gmail.com"; ... BoxCollaborator user = new BoxUser(api, EMAIL); I guess this may be the re...