nadaoneal
- 合計アクティビティ 12
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 4
アクティビティの概要
nadaonealさんの最近のアクティビティ-
nadaonealさんがコメントを作成しました:
Yikes, one correction. Where I have "https://api.box.com/2.0/folders/0?limit=999&offset=180"... you don't actually want the offset, though the limit may help you. The offset means that this was st...
-
nadaonealさんがコメントを作成しました:
I figured out how to do this using curl and as-user. Yes, the lazy way. Here's the script I wrote using the Python (2.7, sorry) requests library. Theoretically it looks like the python SDK also su...
-
nadaonealさんが投稿を作成しました:
Get a list of folders a user can access
回答済みWhat's the easiest, laziest way to get a list of folders that an arbitrary user can access, without authenticating at that user? It almost looks like I'd have to examine every folder in turn to se...
-
nadaonealさんがコメントを作成しました:
I had a relevant similar problem and wanted to share my code in case someone is struggling with something similar. A few weeks after we created all these collaborations, we wanted to cut off any t...
-
nadaonealさんがコメントを作成しました:
YES, you can do this. The documentation for the Collaboration object is here. You can add external collaborators either by ID (if they already exist) or via email, e.g.: curl https://api.box.com/2...
-
nadaonealさんがコメントを作成しました:
I just attended the biweekly Developer Office Hours, and learned many exciting things. ONE, the Collaboration object is already supported by the Python SDK, it's just not documented. You just hav...
-
nadaonealさんが投稿を作成しました:
Accessing Collaboration object from Python SDK?
回答済みI'm trying to add collaborators to a folder using the python SDK and the collaboration object. Support for the collaboration object is not built in to the python SDK, but the SDK writers helpfully...
-
nadaonealさんがコメントを作成しました:
Hi , when you just see a date and location, it's because the person who previewed was not logged in to Box. So literally the only thing Box knows is their IP address and when they accessed the fil...