dropbox-php-sdk icon indicating copy to clipboard operation
dropbox-php-sdk copied to clipboard

Wrong number arguments

Open applibs opened this issue 5 years ago • 1 comments

Why is in documentation this function with 2 arguments: $file = $dropbox->download("/my-large-file.mp4", '/path-to-save-file-to.mp4'); but in source code is only 1?

How to download file directly to filesystem?

applibs avatar Jan 24 '19 20:01 applibs

There are two parameter options in the source code? One is optional and nullable.

See: https://github.com/kunalvarma05/dropbox-php-sdk/blob/master/src/Dropbox/Dropbox.php#L1183

dant89 avatar Oct 08 '19 13:10 dant89