↧
Answer by Ibrahim Ulukaya for Custom video thumbnails using YouTube API?
You can use PHP client library for Data API v3. Zend was for GData, the older API.You can use this example to upload custom thumbnail. Remember you should have the proper access for your channel to...
View ArticleAnswer by Rahul K for Custom video thumbnails using YouTube API?
//CONVERT IMAGE FROM URL AND STORE $randomstr = generateRandomString(); $thumbnail_url = "http://i.ytimg.com/vi/BMFLzf-DXXU/hqdefault.jpg"; $ch = curl_init($thumbnail_url); $fp =...
View ArticleAnswer by Saranya Sadhasivam for Custom video thumbnails using YouTube API?
videoId is missing. Upload the video first and then create a thumbnail for the uploaded video with the videoId
View ArticleAnswer by Kaitlyn McDonald for Custom video thumbnails using YouTube API?
Like the output states, you need to provide the "videoId" of the video you wish to upload a thumbnail for. It's a required parameter.https://developers.google.com/youtube/v3/docs/thumbnails/set#params
View ArticleCustom video thumbnails using YouTube API?
How to upload custom thumbnails for an videos using php youtube-api .I tried using Zend framework for youtube direct video upload which is working ,but i not able to find any custom thumbnails upload...
View Article
More Pages to Explore .....