Worker8381
- 合計アクティビティ 3
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
アクティビティの概要
Worker8381さんの最近のアクティビティ-
Worker8381さんがコメントを作成しました:
The code I have written works for the provided example in the docs (the folders endpoint - https://api.box.com/2.0/folders/0 ), but for some reason when accessing "https://api.box.com/2.0/users" I...
-
Worker8381さんが投稿を作成しました:
How to manually connect to user endpoint in .NET?
回答済みI'm doing the following with no success: using (HttpClient client = new HttpClient()) { string checkIfAccessTokenIsValidUri = "https://api.box.com/2.0/users/"; client.DefaultRequestHeader...