Dropbox importer
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file mayan-dropbox-1.0.0.tar.gz
.
File metadata
- Download URL: mayan-dropbox-1.0.0.tar.gz
- Upload date:
- Size: 12.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7b6f394f1d4a935eb91b6c6e5a693c4ed57aed0e47c5ea1396129b52c6ff9d6f |
|
MD5 | 521b399a9a17ef30d4f26adf9c37b3de |
|
BLAKE2b-256 | 207faad36c7ce29eec9afb5b667a1b267162fa066410c261089f1b233651d625 |
File details
Details for the file mayan_dropbox-1.0.0-py2.py3-none-any.whl
.
File metadata
- Download URL: mayan_dropbox-1.0.0-py2.py3-none-any.whl
- Upload date:
- Size: 14.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0c22e509941cb872333ab4b85e75eb58f655a97740336cd00e2fd6936b2bb2a8 |
|
MD5 | e9675a19d0c2a693f87412e9cd757fcc |
|
BLAKE2b-256 | 4596036b3c413d4110d2410241757451197a81a157ad5ad4eb8a7d59ed6c6fa0 |