Archived
1
0
This repository has been archived on 2021-02-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
dropbox/crypto.go
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

6.6 KiB