spatie / flysystem-dropbox

A flysystem driver for Dropbox that uses the v2 API
https://freek.dev/734-dropbox-will-turn-off-v1-of-their-api-soon-its-time-to-update-your-php-application
MIT License
342 stars 50 forks source link

Traverse multiple pages when listing contents #27

Closed joe-walker closed 6 years ago

joe-walker commented 6 years ago

Re: #26 - Allows DropboxAdapter::listContents() to get entries from multiple pages of results.

joe-walker commented 6 years ago

Looks like the Travis CI build has failed because listContents() is only available in spatie/dropbox-api >= 1.1.0, whereas the minimum version required is 1.0. Would it be worthwhile to increase the minimum version to 1.1.0, or not?

freekmurze commented 6 years ago

Very nice, thanks!