Skip to main content
Question

Missing SDK license for box-react-ui & bad cert for repo

  • May 22, 2025
  • 3 replies
  • 34 views

Forum|alt.badge.img

The box-react-ui references the following page, for the box-ui-license, but there is nothing there:

 

https://developer.box.com/docs/box-sdk-license

 

Additionally, the Git repo, linked from the package.json, shows an invalid certificate for the host:

 

https://git.dev.box.net/Box/box-react-ui.git

 

This is currently a concern, since without a clear license document we can't use box-ui-elements, in our firm, which depends on this.

3 replies

Forum|alt.badge.img

Hello, 

 

Thanks so much for using our Platform and Development Forum! 

 

Thank you for bringing this to our attention. I just wanted to let you know I'm alerting the appropriate teams now and will let you know as soon as I find out some more information.

 

Best, 

Kourtney


Forum|alt.badge.img

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 license can be found here

https://github.com/box/box-ui-elements/blob/master/LICENSE

 

The GIT link to box-react-ui is currently private, thats why it doesn't work. It however shares the same license as above.

 

You can also find the license files right within the NPM packages themselves once you install them. Check your node_modules folder and then the respective packages.

 

You can also see the NPM packages on the web via unpkg:

https://unpkg.com/box-ui-elements@5.4.0/LICENSE

https://unpkg.com/box-react-ui@24.0.0/LICENSE

 

https://unpkg.com/NPM-PACKAGE-NAME@NPM-PACKAGE-VERSION


Forum|alt.badge.img

Thanks !