Categorygithub.com/gilbertchen/go-dropbox
repositorypackage
0.0.0-20230321030224-087ef8db1916
Repository: https://github.com/gilbertchen/go-dropbox.git
Documentation: pkg.go.dev

# README

GoDoc Build Status

Dropbox

Simple Dropbox v2 client for Go.

For a higher level client take a look at go-dropy.

About

Modelled more or less 1:1 with the API for consistency and parity with the official documentation. 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