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

Support of Filesystem Disks 'root' variable #31

Closed incoming-th closed 5 years ago

incoming-th commented 6 years ago

Hi,

Just a question here, not a bug - I think. Anyway to make the use of Filesystem with a root folder?

I tried like my other disks but seems to be ignored and always start at the root of Dropbox.

2017-11-19 002319

I suspect this is ignored by the Dropbox API, but maybe I am missing something.

freekmurze commented 6 years ago

This driver does not use root setting. I'd accept a fully tested PR that adds support for root to the package.

OskarStark commented 5 years ago

This would be a nice improvement. @MickaelTH would you send a PR?

freekmurze commented 5 years ago

Closing this for now. We'll continue the conversation when a PR comes in.