Quande Ren
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Quande Ren-
Quande Ren commented,
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...
-
Quande Ren commented,
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...
-
Quande Ren created a post,
BoxFolder.collaborate failed with 404 error
AnsweredAny Help with diagnose the error will be greatly appreciated! Box Folder Collaborator API(BoxFolder.collaborate) failed with “The API returned an error code [404 | xxx ] not_found - Not Found” Desc...
-
Quande Ren created a post,
Box Shared Links and Custom URLs -- Upload file to box and then use the file in web application
Hello experts, I am thinking of a web application requirement as following: 1. A web application user uploads a picture file like 'abc.jpg'. the file is uploaded into box using box API. A box Fil...