Open waynechristian opened 7 years ago
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.
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.
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