stacktic
/
dropbox
Archived
1
0
Fork 0
Commit Graph

9 Commits

Author SHA1 Message Date
Nick Craig-Wood 65cf94b76c Make Entry.Size and ChunkUploadResponse.Offset be int64 - fixes #19
This allows the code to deal with files > 2 GB in size.  Previous to
this change a file > 2 GB would cause a JSON unmarshal error.

This is a breaking change to the API.  However the Go compiler will
throw errors at the right places when compiling so should be easy to
fix up the code.
2015-08-03 21:03:46 +01:00
Arnaud Ysmal b9979d969d Fix sharing file without short URL (Fix #16) 2015-02-26 19:27:41 +01:00
Artiom Di 113ba79265 Added (*Dropbox).LatestCursor() call and tests
See: https://www.dropbox.com/developers/core/docs#delta-latest-cursor
2014-12-18 16:42:59 +02:00
Arnaud Ysmal 5bb11ef380 Update to support new oauth2 API (Fixes #11) 2014-12-17 19:32:12 +01:00
Arnaud Ysmal 2d085bf608 Update RootDirectory in tests 2014-12-06 16:47:56 +01:00
Arnaud Ysmal c30fa0c6e4 Update to support new oauth2 API 2014-12-06 16:41:37 +01:00
Arnaud Ysmal c2d783465a Use the transport from from oauth2.Config 2014-09-07 19:14:55 +02:00
Arnaud Ysmal eb9bd0a1ae Use github.com/golang/oauth2 2014-08-10 18:52:39 +02:00
Arnaud Ysmal fd846090f2 Add tests 2014-03-23 18:49:17 +01:00