https://github.com/tj/go-dropbox
Dropbox v2 client for Go.
https://github.com/tj/go-dropbox
Last synced: 5 months ago
JSON representation
Dropbox v2 client for Go.
- Host: GitHub
- URL: https://github.com/tj/go-dropbox
- Owner: tj
- License: mit
- Created: 2015-11-28T05:41:44.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-10-29T12:03:53.000Z (about 7 years ago)
- Last Synced: 2024-12-10T07:11:15.997Z (about 1 year ago)
- Language: Go
- Size: 40 KB
- Stars: 121
- Watchers: 5
- Forks: 33
- Open Issues: 9
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://godoc.org/github.com/tj/go-dropbox) [](https://semaphoreci.com/tj/go-dropbox)
# Dropbox
Simple Dropbox v2 client for Go.
For a higher level client take a look at [go-dropy](https://github.com/tj/go-dropy).
## About
Modelled more or less 1:1 with the API for consistency and parity with the [official documentation](https://www.dropbox.com/developers/documentation/http). More sugar should be implemented on top.
## Testing
To manually run tests use the test account access token:
```
$ export DROPBOX_ACCESS_TOKEN=oENFkq_oIVAAAAAAAAAAC8gE3wIUFMEraPBL-D71Aq2C4zuh1l4oDn5FiWSdVVlL
$ go test -v
```
# License
MIT