Priyajeet
- Activité totale 65
- Dernière activité
- Membre depuis
- Abonné à 0 utilisateur
- Abonnés 0 utilisateur
- Votes 0
- Abonnements 30
Aperçu des activités
Dernière activité effectuée par Priyajeet-
Priyajeet a ajouté un commentaire,
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 a ajouté un commentaire,
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 a ajouté un commentaire,
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 a ajouté un commentaire,
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 a ajouté un commentaire,
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 a ajouté un commentaire,
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 a ajouté un commentaire,
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 a ajouté un commentaire,
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 a ajouté un commentaire,
Take a look at the representations API https://developer.box.com/v2.0/reference#get-representations One of the reps is MP3
-
Priyajeet a ajouté un commentaire,
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...