Worker8381
- Activité totale 3
- Dernière activité
- Membre depuis
- Abonné à 0 utilisateur
- Abonnés 0 utilisateur
- Votes 0
- Abonnements 1
Aperçu des activités
Dernière activité effectuée par Worker8381-
Worker8381 a ajouté un commentaire,
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 a créé une publication,
How to manually connect to user endpoint in .NET?
RéponduI'm doing the following with no success: using (HttpClient client = new HttpClient()) { string checkIfAccessTokenIsValidUri = "https://api.box.com/2.0/users/"; client.DefaultRequestHeader...