https://github.com/tantalic/dropbox
A simple, incomplete Dropbox API v2 client in Go
https://github.com/tantalic/dropbox
dropbox dropbox-api
Last synced: 12 months ago
JSON representation
A simple, incomplete Dropbox API v2 client in Go
- Host: GitHub
- URL: https://github.com/tantalic/dropbox
- Owner: tantalic
- License: mit
- Created: 2017-02-15T03:48:53.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-15T05:59:07.000Z (about 9 years ago)
- Last Synced: 2025-01-14T10:57:22.743Z (about 1 year ago)
- Topics: dropbox, dropbox-api
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# `tantalic.com/dropbox`
A simple, incomplete [Dropbox API v2][db-api] client in [Go][go].
## Features
The client is intentionally kept simple and only implements features actively being used for my needs. This currently includes:
- Listing files in a directory
- Watching a directory for changes
- Downloading files
[go]: https://golang.org
[db-api]: https://www.dropbox.com/developers/documentation/http/overview