laravel icon indicating copy to clipboard operation
laravel copied to clipboard

Wrong documentation package

Open Lintume opened this issue 7 years ago • 2 comments
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

Lintume avatar Mar 15 '18 09:03 Lintume

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=

manshu avatar Mar 17 '18 23:03 manshu

@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.

erunion avatar Mar 19 '18 13:03 erunion