Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/arduino/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Youtube api YouTube API v3:Can';t进程文件_Youtube Api_Youtube Data Api - Fatal编程技术网

Youtube api YouTube API v3:Can';t进程文件

Youtube api YouTube API v3:Can';t进程文件,youtube-api,youtube-data-api,Youtube Api,Youtube Data Api,当尝试使用数据API将mp4视频上载到YT时,我得到了成功响应(200 OK),但当我在YT视频管理器上检查时,我看到一个假缩略图,其中显示消息:“上载失败:无法处理文件” 视频url: YT API响应: { "kind": "youtube#video", "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/4fCLHIOBuPZBsvDveLvdRGZ6dfk\"", "id": "OxctctEBrZk", "snippet": { "publish

当尝试使用数据API将mp4视频上载到YT时,我得到了成功响应(200 OK),但当我在YT视频管理器上检查时,我看到一个假缩略图,其中显示消息:“上载失败:无法处理文件”

视频url:

YT API响应:

{
 "kind": "youtube#video",
 "etag": "\"m2yskBQFythfE4irbTIeOgYYfBU/4fCLHIOBuPZBsvDveLvdRGZ6dfk\"",
 "id": "OxctctEBrZk",
 "snippet": {
  "publishedAt": "2017-05-15T15:16:14.000Z",
  "channelId": "UCuHoiSfD2yC-4pKKq9aV0uA",
  "title": "UPLOAD video_title",
  "description": "yt_video_description",
  "thumbnails": {
   "default": {
    "url": "https://i.ytimg.com/vi/OxctctEBrZk/default.jpg",
    "width": 120,
    "height": 90
   },
   "medium": {
    "url": "https://i.ytimg.com/vi/OxctctEBrZk/mqdefault.jpg",
    "width": 320,
    "height": 180
   },
   "high": {
    "url": "https://i.ytimg.com/vi/OxctctEBrZk/hqdefault.jpg",
    "width": 480,
    "height": 360
   }
  },
  "channelTitle": "Test Social",
  "categoryId": "22",
  "liveBroadcastContent": "none",
  "localized": {
   "title": "UPLOAD video_title",
   "description": "yt_video_description"
  }
 },
 "contentDetails": {
  "duration": "PT0S",
  "dimension": "2d",
  "definition": "sd",
  "caption": "false",
  "licensedContent": false,
  "projection": "rectangular",
  "hasCustomThumbnail": false
 },
 "status": {
  "uploadStatus": "uploaded",
  "privacyStatus": "public",
  "license": "youtube",
  "embeddable": true,
  "publicStatsViewable": true
 }

我遗漏了什么吗?

这好像已经打开了,你可以试着不时检查一下,或者向youtube“发送反馈”。