Quantcast
Channel: Active questions tagged youtube-api - Stack Overflow
Viewing all articles
Browse latest Browse all 3831

Uploads video API is not working in YouTube

$
0
0

Uploads a video to YouTube API returns proper video resource as the response. But that video is not uploaded to YouTube.

Upload video HTTP Request

POST-https://www.googleapis.com/upload/youtube/v3/videos?part=snippet,status,contentDetails

Response

{  "kind": "youtube#video",  "etag": "YXOVztsSODmvRyAvIzaZhxuGupo",  "id": "5jx4pqKrTe8",  "snippet": {    "publishedAt": "2021-12-27T09:16:22Z",    "channelId": "UC9bJU8qr23h4zhiB3ousBCA",    "title": "2 color Flexograph Printing Machine.mp4",    "description": "Nessco is growing globally with its world class services and availability. We supply our machines worldwide along with well trained operators for better services.\nThis is one of our recent installation of Flexo Printing Machine at one of the International Client's Place.\n.\nFor more details;\n𝗖𝗼𝗻𝘁𝗮𝗰𝘁: +𝟵𝟭𝟵𝟱𝟯𝟬𝟬𝟯𝟵𝟴𝟬𝟬\n𝗪𝗲𝗯𝘀𝗶𝘁𝗲: https://zcu.io/Jo0b\n𝗪𝗵𝗮𝘁𝘀𝗔𝗽𝗽: https://zcu.io/HcHn\n.\n#Nessco #papercups #papercupmachinery #supplier #papercupformingmachine #india #papercupmanufacturer #exporter #papercupmachinemanufacturer #pencilheater #papercupmachines #papercupmachineprice #paperglassmakingmachine #papercupmachine #vaccum #spareparts #heater #slittermachine #knurling #nesscoindia",    "thumbnails": {      "default": {        "url": "https://i.ytimg.com/vi/5jx4pqKrTe8/default.jpg",        "width": 120,        "height": 90      },      "medium": {        "url": "https://i.ytimg.com/vi/5jx4pqKrTe8/mqdefault.jpg",        "width": 320,        "height": 180      },      "high": {        "url": "https://i.ytimg.com/vi/5jx4pqKrTe8/hqdefault.jpg",        "width": 480,        "height": 360      }    },    "channelTitle": "Paper Cup Machine Supplier - Nessco India",    "categoryId": "28",    "liveBroadcastContent": "none",    "localized": {      "title": "2 color Flexograph Printing Machine.mp4",      "description": "Nessco is growing globally with its world class services and availability. We supply our machines worldwide along with well trained operators for better services.\nThis is one of our recent installation of Flexo Printing Machine at one of the International Client's Place.\n.\nFor more details;\n𝗖𝗼𝗻𝘁𝗮𝗰𝘁: +𝟵𝟭𝟵𝟱𝟯𝟬𝟬𝟯𝟵𝟴𝟬𝟬\n𝗪𝗲𝗯𝘀𝗶𝘁𝗲: https://zcu.io/Jo0b\n𝗪𝗵𝗮𝘁𝘀𝗔𝗽𝗽: https://zcu.io/HcHn\n.\n#Nessco #papercups #papercupmachinery #supplier #papercupformingmachine #india #papercupmanufacturer #exporter #papercupmachinemanufacturer #pencilheater #papercupmachines #papercupmachineprice #paperglassmakingmachine #papercupmachine #vaccum #spareparts #heater #slittermachine #knurling #nesscoindia"    }  },  "contentDetails": {    "duration": "P0D",    "dimension": "2d",    "definition": "sd",    "caption": "false",    "licensedContent": false,    "contentRating": {},    "projection": "rectangular",    "hasCustomThumbnail": false  },  "status": {    "uploadStatus": "uploaded",    "privacyStatus": "public",    "license": "youtube",    "embeddable": true,    "publicStatsViewable": true  }}

We got an empty response when we tried to get that video information through YouTube API.

HTTP Request

GET https://www.googleapis.com/youtube/v3/videos?&part=processingDetails,suggestions&id=5jx4pqKrTe8

Response

{"kind":"youtube#videoListResponse","pageInfo":{"totalResults":0,"resultsPerPage":0},"etag":"YIUPVpqNjppyCWOZfL-19bLb7uk","items":[]}

Kindly let us know the reason for this behavior and why our video is not published on YouTube.


Viewing all articles
Browse latest Browse all 3831

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>