Priyajeet
- 合計アクティビティ 65
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 30
アクティビティの概要
Priyajeetさんの最近のアクティビティ-
Priyajeetさんがコメントを作成しました:
Also, showDownload --> canDownload (which visually shows/hides the download and print button in the header), however this is defaulted to true, so you don't have to pass it in as a prop. Annotatio...
-
Priyajeetさんがコメントを作成しました:
Sorry for the mess. Unfortunately, we are still in the process of migrating some of the Preview library functionality (specially the header) over to the Preview React UI Element. Hence the header,...
-
Priyajeetさんがコメントを作成しました:
The link https://developer.box.com/docs/box-sdk-license is now fixed. So is https://developer.box.com/docs/box-sdk-cla which also had broken. The GIT link for box-ui-elements is public, so it's ...
-
Priyajeetさんがコメントを作成しました:
You can see a small demo app here https://github.com/box/box-ui-elements-demo And here is it's webpack config https://github.com/box/box-ui-elements-demo/blob/master/webpack.config.js Package....
-
Priyajeetさんがコメントを作成しました:
We have it on our backlog, but no ETA on when it will be available. You can keep an eye out on https://github.com/box/box-ui-elements/issues/273
-
Priyajeetさんがコメントを作成しました:
Have you looked at our Uploader UI Element https://developer.box.com/docs/box-content-uploader It uses chunking to upload files. You can see the implementation (this particular one is JS based) ...
-
Priyajeetさんがコメントを作成しました:
If the token gives access to the parent hierarchy, it should give the entire path collection. You token may not have the required permissions.
-
Priyajeetさんがコメントを作成しました:
FilePicker is the same as ContentPicker with type='file' hardcoded. FolderPicker is the same as ContentPicker with type='folder' hardcoded. And in ContentPicker you can just specify the type you w...
-
Priyajeetさんがコメントを作成しました:
Take a look at the representations API https://developer.box.com/v2.0/reference#get-representations One of the reps is MP3
-
Priyajeetさんがコメントを作成しました:
1. That is something you will have to implement yourself. You can do something like window.open('https://codepen.io/box-platform/live/PWPxBm', 'sdfsdf', "width=800,height=600') However you will ha...