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' -

Google sheets equipment borrowing system -

c# - Ploeh AutoFixture was unable to create an instance from System.Runtime.Serialization.ExtensionDataObject -