php - Vimeo bulk upload and mysql match -


i know if on vimeo pro account can use method store info video in mysql db , match them upload video.

the easiest thing can guess rename video file random token , store in db primary key video associated info, copy dropbox video , upload it.

but, far know, seems uploaded video gets renamed,

i need in bulk on 2.000 videos.

vimeo assigns each video unique videoid. can make request api , pull list of videos data on them. built similar.

we pull video information , stored in table , used table populate grid video data user edit. described here: https://developer.vimeo.com/api/endpoints/videos#/{video_id}

also check vimeo google group more information.


Comments

Popular posts from this blog

IF statement in MySQL trigger -

c++ - What does MSC in "// appease MSC" comments mean? -

android - MPAndroidChart - How to add Annotations or images to the chart -