node-red-node-boite

0.2.5 • Public • Published

node-red-node-box

A Node-RED node to watch, send and receive files from Box.com.

Install

Run the following command in the root directory of your Node-RED install

    npm install node-red-node-box

Usage

Boite watch node

Watches for file events on Box. By default all file events are reported, but the filename pattern can be supplied to limit the events to files which have full filenames that match the glob pattern. The event messages consist of the full filename in msg.payload property, the filename in msg.file, the event type in msg.event and the full event entry as returned by the event API in msg.data.

Boite input node

Downloads content from Box. The filename on Box is taken from the node filename property or the msg.filename property. The content is sent as msg.payload property.

Boite output node

Uploads content to Box. The filename on Box is taken from the node filename property or the msg.filename property. The content is taken from either the node localFilename property, the msg.localFilename property or the msg.payload property.

Readme

Keywords

Package Sidebar

Install

npm i node-red-node-boite

Weekly Downloads

0

Version

0.2.5

License

Apache-2.0

Last publish

Collaborators

  • coccobill