Skip to content

box-community/content-explorer-metadata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

“box-dev-logo”

Metadata view in Content Explorer

Prerequisites for this demo: Node version: ^18.18.2 React version: ^17.0.2 Latest released box-ui-elements package: ^19.0.0

Detailed instructions for setting this project are avaliable in this blog post.

Quick summary of steps you need to perform for this project:

  1. Set up Box a account.
  2. Create a Box custom app.
  3. Configure Box app: add local development address to CORS section in the Developer Console Configuration tab
  4. Create a metadata template and apply it to a folder. Read this blog post for detail introduction to Box metadata.
  5. Update App.js file:
    • DEVELOPER_TOKEN: Generate developer token in the the Developer Consone Configuration tab.
    • ENTERPRISE_ID: Copy Enterprise ID from the General Settings tab.
    • METADATA_TEMPLATE: see instructions.
    • FOLDER_ID: make sure the folder has enable Cascade Policy.
    • Add metadata query to Content Explorer component, for introdution to this topic read this blog post.
  6. Run project using: npm install, npm start

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published