Skip to content

emhenn/BoxUtiilityAspx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Box Utiltity ASPX

An ASPX user control for displaying contents of a Box folder on a web page.

Setup

  • You will need a Box API account and an approved Box Platform App set up as Client Credentials Grant.
  • The Service Account ID for your Box App created above will need to be granted "Viewer" permissions to the target Box folder (it will be an email address ending in @boxdevedition.com)
  • Your ASPX app will need a BoxConfigSection in the web.config with your Client Id and Secret as well as your Box Enterprise Id. Enterprise ID can be found on your Box Platform App settings page. (See Sample.Web\web.config)
  • The page your control appears on needs a Register directive at the top, and the usercontrol needs to specify a Home Folder Id which can be found at the end of the Box url when you browse to your folder in Box. Other optional attributes on the UserControl are for HideBreadcrumbs and HideHomeFolderName. (See Sample.Web\Default.aspx)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published