Skip to content

mendix/BoxConnector

Repository files navigation

BoxConnector

This project provides an easy to way to use box.com inside your Mendix application.

Installation

Prerequisites

Dependencies

The following modules are required:

In your Mendix project

  1. Install this module and its dependencies describe above.
  2. At this step, you will have available the Box connectors in the toolbox.
  3. In the BoxConnector module, use the BoxApplication_Overview page as an admin user to configure your Box connectors in your application.
  4. Use BoxAccounts_Overview page to associate Box accounts to Mendix accounts, using the token provided by the corresponding type of Box account (user or service).
  5. In the project, make sure that BoxApplication entity is set with the same redirect url.
  6. Configure the DeepLink module as follow:

Features

Authentication

  • Get token
  • Get token service accounts
  • Refresh token
  • Revoke token

Collaboration Management

File Management

Folder Management

Metadata Management

Contributions

Contributions are welcomed:

  1. open an issue about your topic
  2. fork, make a branch named starting with the issue number you are resolving and make a pull request to the master branch
  3. please add some tests for feature changes

Build Details

This was built with the following:

  • Mendix Modeler 6.10.3
  • Eclipse IDE Neon

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

License

This project is licensed under the Apache License v2 (for details, see the LICENSE file).