mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
dropbox: adapt code to recent library changes
This commit is contained in:
@@ -290,7 +290,7 @@ func (f *FsDropbox) list(out fs.ObjectsChan) {
|
|||||||
if !deltaPage.HasMore {
|
if !deltaPage.HasMore {
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
cursor = deltaPage.Cursor
|
cursor = deltaPage.Cursor.Cursor
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -60,6 +60,7 @@ Bugs
|
|||||||
* When doing copy it recurses the whole of the destination FS which isn't necessary
|
* When doing copy it recurses the whole of the destination FS which isn't necessary
|
||||||
|
|
||||||
Making a release
|
Making a release
|
||||||
|
* go get -u -f -v ./...
|
||||||
* make test
|
* make test
|
||||||
* make tag
|
* make tag
|
||||||
* edit README.md
|
* edit README.md
|
||||||
|
|||||||
Reference in New Issue
Block a user