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

Any way to support retrieving URLs? #12

Closed chrisbbreuer closed 7 years ago

chrisbbreuer commented 7 years ago

Hi everyone,

I am not too familiar with this flysystem and with Dropbox in general, but are we able to retrieve URLs with this? Or am I doing something wrong?

Thanks,

Chris

freekmurze commented 7 years ago

Currently the driver has no method to do that, because the interface that needs to be implemented doesn't require it.

However, I'd accept a PR that adds and url method to frameworks like Laravel can make use of it.

Darival commented 7 years ago

hi, i'd like to work on this.

i believe what we need is to make use of createSharedLinkWithSettings in the dropbox client.