Releases: Hemant-Mann/flysystem-dropbox
Releases · Hemant-Mann/flysystem-dropbox
v1.0.5
v1.0.4
Change dependency to dropbox-php-sdk to version ^0.2.2 (#1)
Upload Bug Fix
v1.0.3 Minor Changes
Reduce Network Call in ListContents
When passing the $recursive => true
to the listContents function it forwards the parameter to the SDK instead of manually calling the API again for each folder
This will reduce the overall network calls when recursive parameter is set to be true
Upload Bug Fixes
Bug Fix: Upload Location While calling the upload functions path prefix is now applied
Stable v1.0
Read Stream [+] Implemented readStream method