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

Wrong documentation package #33

Open
Lintume opened this issue Mar 15, 2018 · 2 comments
Open

Wrong documentation package #33

Lintume opened this issue Mar 15, 2018 · 2 comments

Comments

@Lintume
Copy link

Lintume commented Mar 15, 2018

$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
Copy link

manshu commented Mar 17, 2018

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
Copy link
Contributor

erunion commented Mar 19, 2018

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

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

3 participants