pascal23
- 合計アクティビティ 8
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
アクティビティの概要
pascal23さんの最近のアクティビティ-
pascal23さんが投稿を作成しました:
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さんが投稿を作成しました:
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さんが投稿を作成しました:
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さんが投稿を作成しました:
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さんがコメントを作成しました:
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さんが投稿を作成しました:
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さんが投稿を作成しました:
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...