cheyrico2
- 合計アクティビティ 9
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
投稿
cheyrico2による最近のアクティビティ-
how to upload file on Box Content API using httpclient?
回答済みBecause the Java Box SDK does not work for my environment, I'm making REST calls and when I Submit the following request: HttpPost httppost = new HttpPost(baseURl + "/files/content"); HttpEnt...
-
is it possible to see the response of the BOX API (box-java-sdk) in JSON format?
I'm troubleshooting an issue where I get a 401 for the same code on different devices?
-
how to get JSON data from BOX API using cURL?
I've tried the following but it didn't work with my token. curl https://api.box.com/2.0/folders/0 -H "Authorization: Bearer YOUR_DEVELOPER_TOKEN"the response I keep getting is: curl: (56) Unexpect...
-
What is the error code return by box API for a token that is expired?
What is the error code return by box API for a token that is expired because it has not been refreshed for more than 60 days?
-
How do I get additional access Token for additional devices?
I'm writing an application for multiple devices that require a manual refresh and they do not share a central location. Is there a way to get an additional token from another token?