nadaoneal
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Activity overview
Latest activity by nadaoneal-
nadaoneal commented,
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 commented,
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 created a post,
Get a list of folders a user can access
AnsweredWhat'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 commented,
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 commented,
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 commented,
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 created a post,
Accessing Collaboration object from Python SDK?
AnsweredI'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 commented,
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...