bkhane
- Activité totale 13
- Dernière activité
- Membre depuis
- Abonné à 0 utilisateur
- Abonnés 0 utilisateur
- Votes 0
- Abonnements 3
Publications
Activité récente par bkhane-
Getting Error 400 while Requesting an Access token (Java)
In the last step of the OAuth2 I'm getting an error 400, so my http request is probably not formatted properly. I'm using java so I tried to turn the Curl command from the official documentation ...
-
Authentication with OAuth2 Guide Java
Currently using the Box Guide "Authenticate with OAuth 2" with javaimport org.bouncycastle.math.ec.ECCurve.Config; import zero**removed**.config; import com.box.sdk.BoxAPIConnection; import com.bo...
-
BoxAPIConnection wrong Parameters Java (Error 400)
So I have a function to donwload files from a folder and subfolders and when I use it with the developer token it works perfectly fine. BoxAPIConnection api = new BoxAPIConnection("DEV TOKEN");I a...