diff --git a/dropbox/dropbox.go b/dropbox/dropbox.go index 3d4ea47fc..0d1fee204 100644 --- a/dropbox/dropbox.go +++ b/dropbox/dropbox.go @@ -290,7 +290,7 @@ func (f *FsDropbox) list(out fs.ObjectsChan) { if !deltaPage.HasMore { break } - cursor = deltaPage.Cursor + cursor = deltaPage.Cursor.Cursor } } } diff --git a/notes.txt b/notes.txt index 96f1f9e96..f735ab93e 100644 --- a/notes.txt +++ b/notes.txt @@ -60,6 +60,7 @@ Bugs * When doing copy it recurses the whole of the destination FS which isn't necessary Making a release + * go get -u -f -v ./... * make test * make tag * edit README.md