wordpress - Direct upload of Video to Vimeo -


i'm trying upload directly vimeo computer in wordpress site using $lib->upload($_files["filetoupload"]["tmp_name"], false); keeps failing. plus can't upload large files above 1mb,target allow users upload upto 100mb in single upload

most of conversation happened in comments above, i'm adding answer here anyway.

the video being uploaded successfully, problem video returning "untitled".

to edit video need perform api call $lib->request($video_uri, ['name' => $title], 'patch');, , ensure token has edit scope.


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -