Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

org.codelibs.fess:fess-ds-dropbox

Package Overview
Dependencies
Maintainers
0
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

org.codelibs.fess:fess-ds-dropbox

  • 14.11.0
  • Source
  • Maven
  • Socket score

Version published
Maintainers
0
Source

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=**********
KeyValue
access_tokenAn access token of Dropbox (Generated on App Console)

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

FAQs

Package last updated on 20 Oct 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc