chadderack
- 合計アクティビティ 7
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
アクティビティの概要
chadderackさんの最近のアクティビティ-
chadderackさんがコメントを作成しました:
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さんがコメントを作成しました:
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さんがコメントを作成しました:
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さんがコメントを作成しました:
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さんが投稿を作成しました:
Windows/.NET Core Console + OAuth2 (Username + Password)
回答済みI 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...