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

java - Log4j2 configuration not found when running standalone application builded by shade plugin -

python - How do I create a list index that loops through integers in another list -