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

Add 'case_sensitive' option and explanation in readme. #49

Closed olsgreen closed 5 years ago

olsgreen commented 5 years ago

As documented on the flysystem docs page, the 'case_sensitive' option needs to be set on the adapter.

Caught me out today, with listContents returning no results even though files existed.

freekmurze commented 5 years ago

Thanks