GitXplorerGitXplorer
d

Dropbox-Upload-Service

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
5869fef6c0ee285741143a3fc6ed3c9692a20615

Fix server to accept connections directed at any host.

ddavidfstr committed 9 years ago
Unverified
712ccb903736aa52f9b92b65118ee22fb295dc97

Add README.

ddavidfstr committed 9 years ago
Unverified
459b0bd73f3c97715d2fb23aa0d580810654fd03

Extract settings to separate file.

ddavidfstr committed 9 years ago
Unverified
8d21e26cb0d2220cea566744750406622bb10e63

Queues asynchronously, with progress.

ddavidfstr committed 9 years ago
Unverified
af21f1df9569dc7431a6df2ad5a91d3fe5969524

Queues synchronously, with no progress.

ddavidfstr committed 9 years ago
Unverified
7308ae3bf1b558e964c1905e59bb818c97a004d1

Hello server. Add bottle dependency.

ddavidfstr committed 9 years ago

README

The README file for this repository.

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

License

MIT.