Worker8381
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Worker8381-
Worker8381 commented,
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 created a post,
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...