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

403 error #19

Open
waynechristian opened this issue Jul 20, 2017 · 2 comments
Open

403 error #19

waynechristian opened this issue Jul 20, 2017 · 2 comments

Comments

@waynechristian
Copy link

Hi, thanks for developing this, integration is easy, however on my test site and yours i get a 403 error "PATCH https://api.vimeo.com/videos/226313911 403 (Forbidden)" the video is uploading using my token but the complete function is not fired. I also noticed the title and description are also not being added so each video is "untitled" ideally i need the Vimeo id back to store but it seems something in the js file is not returning or something in my api set up on Vimeo is wrong? My Vimeo Default API Version is is 3.2

Thanks

Wayne

@jehartzog
Copy link

When I was integrating this lib, it was useful to verify the API call I was trying to make was valid by testing it using your own API access at https://developer.vimeo.com/api/playground/.

That way you know for sure if it's something wrong with the account setup and call you are trying to make, versus something with this lib.

@waynechristian
Copy link
Author

Thanks jehartzog. Thanks, i created a new Personal access token with more scope ( i only had public and upload) and that seems to have done the trick. Thanks for the reply.

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

2 participants