Home

Awesome

Dropbox Data Store for Fess Java CI with Maven

Overview

Dropbox Data Store is an extension for Fess Data Store Crawling.

Download

See Maven Repository.

Installation

See Plugin of Administration guide.

Getting Started

Parameters

access_token=**********
basic_plan=false
KeyValue
access_tokenAn access token of Dropbox (Generated on App Console)
basic_planThis parameter is set to true if the target for crawling is under the Basic plan. The default value is false.

Scripts (Dropbox)

url=file.url
title=file.name
content=file.contents
mimetype=file.mimetype
filetype=file.filetype
filename=file.name
content_length=file.size
last_modified=file.client_modified
role=paper.roles
KeyValue
file.urlThe preview link of the file.
file.contentsThe text contents of the file.
file.mimetypeThe MIME type of the file.
file.filetypeThe file type ot the file.
file.nameThe name of the file.
file.path_displayThe path of the file.
file.sizeThe size of the file.
file.client_modifiedThe last time the file was modified. (client)
file.server_modifiedThe last time the file was modified. (server)

Scripts (DropboxPaper)

title=paper.title
content=paper.contents
url=paper.url
mimetype=paper.mimetype
filetype=paper.filetype
role=paper.roles
KeyValue
paper.urlThe preview link of the paper.
paper.contentsThe text contents of the paper.
paper.mimetypeThe MIME type of the paper.
paper.filetypeThe file type ot the paper.
paper.titleThe title of the paper.
paper.ownerThe owner of the paper.

Roles

Add parameter default_permissions and script role.

default_permissions={role}admin
role=file.roles
role=paper.roles