bkhane
- Activité totale 13
- Dernière activité
- Membre depuis
- Abonné à 0 utilisateur
- Abonnés 0 utilisateur
- Votes 0
- Abonnements 3
Commentaires
Activité récente par bkhane-
My ticket number: 1813690Last time I got the error was 7.42 3rd of January 2018 (central European time)
-
I've opened a ticket with my client ID but I'm not sure where I can find the box Request ID.
-
I've tried that but that didn't seem to work. BoxAPIConnection works with a developer token, but if I use client ID, Secret and the authorization token then it is not creating a working connection...
-
URL obj = new URL(url); HttpsURLConnection connection = (HttpsURLConnection) obj.openConnection(); connection.setRequestMethod("POST"); connection.setRequestProperty("grant_type=","autho...
-
I'm new to programming and I don't really know a way to implement the authentication now.I've looked it up but I'm not finding any sample code for the OAuth User authentication. Could someone who ...
-
private static void getIDs(String root, String devToken) { BoxAPIConnection api = new BoxAPIConnection(devToken); // DEV TOKEN BoxFolder folder = new BoxFolder(api, root); for (BoxIt...
-
I've already implemented authentication, I receive an access token and a basic test request is working.The problem is that I'm not sure on how to use this exact access token with my download funct...