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

Cannot upload file which size is a multiple of chunk size #33

Closed nexces closed 6 years ago

nexces commented 6 years ago

When trying to upload a file which size is a multiple of chunk size the upload ends in a endless loop. After uploading all contents it constantly tries to upload another 0 bytes. This is not the case when file size is equal to chunk size - it has to be a multiple.

Anything that i can tell to help is that GuzzleHttp\Psr7\Stream::eof() is returning false all the time.

spatie-bot commented 6 years ago

Dear contributor,

because this issue seems to be inactive for quite some time now, I've automatically closed it. If you feel this issue deserves some attention from my human colleagues feel free to reopen it.