laravel
laravel copied to clipboard
Wrong documentation package
trafficstars
$vimeo->upload('/home/aaron/foo.mp4', false);
upload not working, returning error 'Unable to get an upload ticket.[You have provided an invalid parameter. Please contact developer of this application.]' false is incorrect parameter, must be integer
Use these three params in your .env file. You need to buy pro package via vimeo if you would like full access to their api.
VIMEO_CLIENT=
VIMEO_SECRET=
VIMEO_ACCESS=
@Lintume What version of the package and Vimeo SDK are you using? We changed the signature of the upload method with version 2.0.0 so the second parameter is now an array.