vimeo / laravel

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

Can't able to upload the caption in vimeo #101

Open sivabhargavib opened 1 year ago

sivabhargavib commented 1 year ago

We are using laravel + vue Trying to upload the caption on Vimeo. Constantly receiving 400 errors.

$data = ['content' => $closed_caption];
$cc = "Link from vimeo response";
$result = Vimeo::request($cc, $data , 'PUT');

captionsExample.srt.zip image