chadderack
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by chadderack-
chadderack commented,
Thanks . There's some network magic going on there that I'm not qualified to implement. The engineer in me wonders how the Box server (somewhere far away) can resolve the location of a process (o...
-
chadderack commented,
I'm going to post this as the solution, even though it would be nice to have a way to authenticate to Box using .NET and our own UI widgets.What I did instead of trying to use OAuth2 with the redi...
-
chadderack commented,
I think the misunderstandings come from people trying to implement a desktop or desktop-like application that can receive an auth code and continue from there.I have a similar open question, but u...
-
chadderack commented,
This is the part that is flummoxing me--the requirement to provide some sort of web-service endpoint as a callback for the auth service:var config = new BoxConfig("CLIENT_ID", "CLIENT_SECRET", new...
-
chadderack created a post,
Windows/.NET Core Console + OAuth2 (Username + Password)
AnsweredI have a simple app that is working so far using the Developer token. It can traverse the Box directory tree and download files from specific folders.I haven't seen (either in the included example...