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

Not able to upload video from my local computer #312

Open
rjharish333 opened this issue Feb 20, 2022 · 0 comments
Open

Not able to upload video from my local computer #312

rjharish333 opened this issue Feb 20, 2022 · 0 comments

Comments

@rjharish333
Copy link

rjharish333 commented Feb 20, 2022

When I upload a video using Vimeo API in my laravel project, I'm getting an error "file_put_contents(): Write of 211 bytes failed with errno=13 Permission denied"

I'm using this function in my laravel app.
$client = new Vimeo($client_id, $secret, $token);

$response = $client->upload('F:/video/test.mp4', [
'name' => 'Test'
]);

print_r($response);

@rjharish333 rjharish333 changed the title Now able to upload video from my local computer Not able to upload video from my local computer Feb 20, 2022
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

1 participant