nadaoneal
- 合計アクティビティ 12
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 4
コメント
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...
-
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...
-
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...
-
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...
-
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...
-
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...