Seth Goldman
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Comments
Recent activity by Seth Goldman-
Alex, Ok, if I've understood the process now, I run curl once to get the file directory url and then again to get the actual files? It does seem odd that I'd need to supply the shared link twice t...
-
Alex, I right clicked on my app to get the url and used that. My curl command string was: https://app.box.com/developers/console/app/1937224curl -i -X GET "https://app.box.com/developers/console/a...
-
Alex, Sorry again, I spoke too soon and was looking at a related dataset not what I was aiming for. I've copied most of it below. Definitely this is progress from before but I'm not sure why it's...
-
Alex, I think it worked. I modified the curl command like this: curl -i -X GET "<url for my app>" -H "Authorization: Bearer <dev token>" -H "BoxApi: shared_link=<download url>" -L A bunch of stuff...
-
Alex, Ok, I have a dev account and I've created an app with client side credentials type (I think). I'm still not completely sure how to make use of it with this link I have. The syntax I can fin...
-
Alex, Sorry if I was unclear. I gather collaboration has a specific meaning in Box. I only meant to say that someone sent me a link to data on their Box instance (uthscsa.app.box.com) and I'm try...