https://github.com/codelibs/fess-ds-box
DataStore Crawler for BOX
https://github.com/codelibs/fess-ds-box
Last synced: 8 months ago
JSON representation
DataStore Crawler for BOX
- Host: GitHub
- URL: https://github.com/codelibs/fess-ds-box
- Owner: codelibs
- License: other
- Created: 2019-04-22T02:10:35.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-09-07T12:43:59.000Z (10 months ago)
- Last Synced: 2025-09-07T14:39:31.599Z (10 months ago)
- Language: Java
- Size: 183 KB
- Stars: 2
- Watchers: 8
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Box Data Store for Fess
[](https://github.com/codelibs/fess-ds-box/actions/workflows/maven.yml)
==========================
## Overview
Box Data Store is an extension for Fess Data Store Crawling.
## Download
See [Maven Repository](https://repo1.maven.org/maven2/org/codelibs/fess/fess-ds-box/).
## Installation
1. Download fess-ds-box-X.X.X.jar
2. Copy fess-ds-box-X.X.X.jar to $FESS\_HOME/app/WEB-INF/lib or /usr/share/fess/app/WEB-INF/lib
## Getting Started
### Parameters
```
client_id=hdf*****************************
client_secret=kMN**************************
public_key_id=4t******
private_key=-----BEGIN ENCRYPTED PRIVATE KEY-----\nMIIFDj...=\n-----END ENCRYPTED PRIVATE KEY-----\n
passphrase=7ba*****************************
enterprise_id=19*******
```
### Scripts
```
url=file.url
title=file.name
content=file.contents
mimetype=file.mimetype
filetype=file.filetype
filename=file.name
content_length=file.size
created=file.created_at
last_modified=file.modified_at
```
| Key | Value |
| --- | --- |
| file.url | A link for opening the file in a browser. |
| file.contents | The text contents of the file |
| file.mimetype | The MIME type of the file |
| file.filetype | The file type of the file |
Please see [File Object](https://developer.box.com/reference#file-object)