visheg
- 合計アクティビティ 10
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
アクティビティの概要
vishegさんの最近のアクティビティ-
vishegさんが投稿を作成しました:
How to pass custom ssl configuration with certificate to Java SDK
Hi,I'm writing a custom app to call out to BOX using Java SDK. I need to pass the SSL configuration with Box certificate that I have downloaded from api.box.com. I've followed this to work around ...
-
vishegさんがコメントを作成しました:
I managed to resolve it. It was a minor mistake of sending attributes as json objects rather than string. Changing this const attributes = { "name": "test.png", "parent": { "id": "0" ...
-
vishegさんがコメントを作成しました:
Thanks, I've opened a support ticket now.
-
vishegさんがコメントを作成しました:
Thanks for that. Would be looking forward for this feature.Meanwhile we will create temporary folder for each upload and scope the tokens to upload only to that folder and delete it once it is do...
-
vishegさんが投稿を作成しました:
revokeToken method throws error in JavaSDK when trying to revoke downscoped token
回答済みI'm trying to revoke a down scoped token using JavaSDK and I get invalid client error.com.box.sdk.BoxAPIResponseException: The API returned an error code [400 | .0ndnmo1u27ki9h3nu1p7m5tvq49] inval...
-
vishegさんがコメントを作成しました:
Yes, I have re-authorised the app after white listing domain. I've tried in Microsoft Edge as well and I'm getting the same error -SEC7120: [CORS] The origin 'http://localhost:3000' did not find ...
-
vishegさんがコメントを作成しました:
This is the error I see on Chrome developer console. Access to XMLHttpRequest at 'https://upload.box.com/api/2.0/files/content' from origin 'http://localhost:3000' has been blocked by CORS p...
-
vishegさんが投稿を作成しました:
Unable to upload file but can create folder and list content
回答済みHi,I have a small react web app form which i'm trying to upload file into Box using a custom app.I am using developer token, white listed the domain http://localhost:3000 in CORS domains.But I'm ...