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

Make the createSharedLinkWithSettings method get the createSharedLinkWithSettings from the client parameter #52

Closed samuelhgf closed 4 years ago

samuelhgf commented 4 years ago

Before this change the method was an infinite loop and crashed the application every time that was called with memory limit exceed.

freekmurze commented 4 years ago

Thanks!