mayan-dropbox 1.0.0

Creator: railscoder56

Last updated:

Add to Cart

Description:

mayandropbox 1.0.0

Description
Mayan EDMS app to migrate files from Dropbox.


License
This project is open sourced under the Apache 2.0 License.


Installation

Install from PyPI in the same virtualenv where you installed Mayan EDMS.
Or if using the Docker image, pass mayan-dropbox to the
MAYAN_PIP_INSTALLS environment variable.
pip install mayan-dropbox

Add dropbox to the COMMON_EXTRA_APPS setting, either as an
environment variable, from a Python settings modules, or from the UI
via the config.yaml configuration file.
Python settings module example:
INSTALLED_APPS += (
'dropbox',
)

Run the migrations for the app (not required for the Docker image):
mayan-edms.py migrate




Requirements

dropbox - Dropbox Python SDK (https://www.dropbox.com/developers/documentation/python#install)
Mayan EDMS version 3.4



Usage

Create an app in Dropbox’s App Console (https://www.dropbox.com/developers/apps/).
Generate an Access Token with no expiration.
Create a credential instance in the Mayan EDMS Dropbox app and enter the Access Token.
Create an Import Setup that will filter the files to fetch from Dropbox.
Click the “Populate” button and check that the item count is correct.
Click the “Process” button to start the import process.


1.0.0 (2020-09-01)

Initial release

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.