bkhane
- 合計アクティビティ 13
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 3
コメント
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...