pascal23
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by pascal23-
pascal23 created a post,
How to grant an application the "Manage enterprise" permission?
Hello, around one and a half year ago we developed an application, registered it in our Box account and granted the "Manage enterprise" scope: https://developer.box.com/docs/authentication#sectio...
-
pascal23 created a post,
No info about the comment a reply belongs to?
Hi, I am using the Box REST API to get the comments of BoxFiles. This is a example JSON of a reply to a comment: { "type": "comment", "id": "removed for privacy", "is_reply_comment": true, ...
-
pascal23 created a post,
No event on comment deletion?
Hi, I am using the REST API to get a users events like this:https://api.box.com/2.0/events?stream_type=all&stream_position=creditcard Examining the events regarding comments I just noticed, that I...
-
pascal23 created a post,
How to get links to all files of all users (not shared links)?
Hi,I am trying to get or generate permalinks to files in the box accounts of all users in a enterprise, regardless if the files are shared or not.The REST API and the Java SDK I am using does not ...
-
pascal23 commented,
Hi, the app tries to get all files from an enterprise and uses the "as-user" header to access the root folders of all the users. For that we use the Box Java SDK. The problem is that a folder that...
-
pascal23 created a post,
Using Java SDK to dermine if a folder is a collaboration or not?
Hi, I am using the Box Java SDK to access the files and folders of a box user. My question is, if it is possible to determine of a folder is a "real" folder in the folder hierarchy of this user or...
-
pascal23 created a post,
Getting user events with the Java SDK
Hi, I am using the Java SDK to write an application that should be executed regularely and with every execution retrieve the changes in box since the last execution. I think that the EventLog clas...