cheyrico2
- 合計アクティビティ 9
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
アクティビティの概要
cheyrico2さんの最近のアクティビティ-
cheyrico2さんがコメントを作成しました:
Please ignore this issues as I had made a mistake in passing the URI. The I had the wrong URI
-
cheyrico2さんがコメントを作成しました:
I can successfully upload file using postman. I Only need to provide an "Authorization" header and the body as form-data to have two entries.1. attributes - the JSON String shown above2. file - th...
-
cheyrico2さんがコメントを作成しました:
the response from Box is a 404 (File Not Found) with the the html body I've attached. I was expecting something else.
-
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...
-
cheyrico2さんが投稿を作成しました:
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?
-
cheyrico2さんが投稿を作成しました:
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...
-
cheyrico2さんが投稿を作成しました:
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?
-
cheyrico2さんが投稿を作成しました:
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?