https://github.com/davidfstr/dropbox-upload-service
Web service that copies local files to Dropbox on demand.
https://github.com/davidfstr/dropbox-upload-service
Last synced: 4 months ago
JSON representation
Web service that copies local files to Dropbox on demand.
- Host: GitHub
- URL: https://github.com/davidfstr/dropbox-upload-service
- Owner: davidfstr
- Created: 2015-10-10T04:27:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-10T05:07:20.000Z (over 9 years ago)
- Last Synced: 2025-02-24T03:36:35.976Z (4 months ago)
- Language: Python
- Size: 160 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dropbox Upload Service
This is a tiny web service that copies a requested file from within a fixed source directory to a fixed target directory.
My application of this functionality is to copy files from an external media drive to my Dropbox folder on demand, and thereby upload the files automatically. The messages output by this web service reflect this intended usage.
Since this service does not actually provide the capability to *list* files in the fixed source directory, this service is best paired with a static file server (like Apache) that *can* list files.
### Requirements
* Python 3.4 or later
### Installation
* Copy `settings.example.py` to `settings.py` and fill it out with appropriate settings for your environment.
### Starting the Service
```
$ python3 dropbox_upload_service.py
```### Example Requests and Responses
*
* Queueing... (0%)
*
* Queueing... (72%)
*
* Queued. (100%)
*
* File not found.### License
MIT.