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
343 stars 50 forks source link

Added createSharedLinkWithSettings #44

Closed ClProsser closed 5 years ago

ClProsser commented 5 years ago

https://www.dropbox.com/developers/documentation/http/documentation#sharing-create_shared_link_with_settings

https://github.com/spatie/dropbox-api/blob/72a7c833ada88b8eb0af7cc1c561e02b0c9a5987/src/Client.php#L128

freekmurze commented 5 years ago

Thanks!