Filestack\Filelink::download
Download filelink as a file, saving it to specified destination
Signature
public function download(string
$destination )
Parameters
$destination
— string- destination filepath to save to, can
be folder name (defaults to stored filename)
Returns
- bool
- (true = download success, false = failed)
Errors/Exceptions
-
FilestackException
- if API call fails
Test Coverage
Information
- Coverage: / Lines (%)
- Tests: 0
- Passed: 0 (0%)