vimeo / laravel

A Vimeo bridge for Laravel
https://developer.vimeo.com
Apache License 2.0
401 stars 88 forks source link

upload video #34

Closed icyz closed 6 years ago

icyz commented 6 years ago

I've tried to upload video without success using this code: $video = public_path('Wildog.mp4'); $u = Vimeo::upload($video);

My laravel version is 5.6, installed with composer. Php 7.1.14

I can't figured out, I have no error and in my vimeo account the video is created (empty). The page seems "loading" but no one single byte is transferred to vimeo.

erunion commented 6 years ago

Closing this out in favor of https://github.com/vimeo/vimeo.php/issues/167