nadaoneal
- Activité totale 12
- Dernière activité
- Membre depuis
- Abonné à 0 utilisateur
- Abonnés 0 utilisateur
- Votes 0
- Abonnements 4
Aperçu des activités
Dernière activité effectuée par nadaoneal-
nadaoneal a ajouté un commentaire,
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 a ajouté un commentaire,
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 a créé une publication,
Get a list of folders a user can access
RéponduWhat'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 a ajouté un commentaire,
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 a ajouté un commentaire,
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 a ajouté un commentaire,
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 a créé une publication,
Accessing Collaboration object from Python SDK?
RéponduI'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 a ajouté un commentaire,
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...