Worker8381
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Posts
Recent activity by Worker8381-
How to manually connect to user endpoint in .NET?
AnsweredI'm doing the following with no success: using (HttpClient client = new HttpClient()) { string checkIfAccessTokenIsValidUri = "https://api.box.com/2.0/users/"; client.DefaultRequestHeader...