Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong number arguments #143

Open
applibs opened this issue Jan 24, 2019 · 1 comment
Open

Wrong number arguments #143

applibs opened this issue Jan 24, 2019 · 1 comment

Comments

@applibs
Copy link

applibs commented Jan 24, 2019

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 applibs closed this as completed Jan 24, 2019
@applibs applibs reopened this Jan 24, 2019
@applibs applibs changed the title Missing metadata Wrong number arguments Jan 24, 2019
@dant89
Copy link

dant89 commented Oct 8, 2019

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants