上传 Youtube 视频成功,但 youtube 频道上没有视频 [英] Upload Youtube Video is successful but no video on youtube channel

查看:101
本文介绍了上传 Youtube 视频成功,但 youtube 频道上没有视频的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

上周我能够在我的 YouTube 频道上上传视频.今天我尝试做同样的事情但没有成功.

Last week I was able to upload a video on my youtube channel. Today I've tried doing the same thing without any success.

代码明智我没有收到任何错误.

Code wise I'm not getting any errors whatsoever.

这是我的结果

yt.videos.insert({/* video info here and media*/}, function(err, res){
  console.log(err);
  console.log(res);
});

<小时>

对于 console.log(err) 我得到null"对于 console.log(res) 我得到:


For the console.log(err) I get "null" and for the console.log(res) I get:

I20151130-14:25:26.474(1)? { kind: 'youtube#video',
I20151130-14:25:26.474(1)?   etag: '"mPrpS7Nrk6Ggi_P7VJ8-KsEOiIw/iM-gBcVX-kDvfZG6P8kQD4388vM"',
I20151130-14:25:26.475(1)?   id: 'Z2NpA49QxTg',
I20151130-14:25:26.475(1)?   snippet: 
I20151130-14:25:26.475(1)?    { publishedAt: '2015-11-30T13:25:06.000Z',
I20151130-14:25:26.475(1)?      channelId: 'UCXUwJ50BHxJV5NS5bQ4f8NA',
I20151130-14:25:26.475(1)?      title: 'foo',
I20151130-14:25:26.476(1)?      description: 'bar',
I20151130-14:25:26.476(1)?      thumbnails: { default: [Object], medium: [Object], high: [Object] },
I20151130-14:25:26.476(1)?      channelTitle: 'WebSurg Ircad',
I20151130-14:25:26.476(1)?      categoryId: '27',
I20151130-14:25:26.477(1)?      liveBroadcastContent: 'none',
I20151130-14:25:26.477(1)?      localized: { title: 'foo', description: 'bar' } },
I20151130-14:25:26.477(1)?   status: 
I20151130-14:25:26.477(1)?    { uploadStatus: 'uploaded',
I20151130-14:25:26.477(1)?      privacyStatus: 'private',
I20151130-14:25:26.478(1)?      license: 'youtube',
I20151130-14:25:26.478(1)?      embeddable: true,
I20151130-14:25:26.478(1)?      publicStatsViewable: true } }

<小时>

我检查了 Google 的开发者控制台,结果如下:


I checked Google's Developers Console and this is the result:

它是法语,但它的意思是:成功操作 2 100%",没有错误.

It is in french, but it translates to: "Successful operations 2 100%" with no errors.

问题:

我做错了什么可能导致这个问题?

What am I doing wrong that may be causing this problem?

推荐答案

在提出这个问题的同时,问题自行解决.视频显示在您的视频列表中有时需要比平时更长的时间.

While asking this question, the problem solved itself. It sometimes takes longer than usual for the video to appear in your video list.

然而,前两个小时我得到了相同的结果,这些视频从未出现在我的视频列表中.

However, the previous two hours I had gotten the same result and the videos never appeared in my video list.

这篇关于上传 Youtube 视频成功,但 youtube 频道上没有视频的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆