filestack-php icon indicating copy to clipboard operation
filestack-php copied to clipboard

Unable to upload from URL

Open CodeCures opened this issue 3 years ago • 0 comments

I don't know if this package has the functionality but, i'm trying to upload an audio file using an absolute path to the file on the internet but it keeps saying that file is not found

$filestack = new FilestackClient(config('services.filestack.key'));
$response = $filestack->upload('https://www.soundhelix.com/examples/mp3/SoundHelix-Song-9.mp3', [
    'filename' => $lesson->name
 ]);

Here is the error message file_not_found_exception

Please how can this be fixed

CodeCures avatar Mar 07 '22 10:03 CodeCures