vimeo / laravel

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

Wrong documentation package #33

Open Lintume opened 6 years ago

Lintume commented 6 years ago
$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

manshu commented 6 years ago

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=
erunion commented 6 years ago

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