问题标签 [youtube-data-api]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
php - 使用 Youtube Data API V3 和 Google API Client PHP 将视频上传到 Youtube - 获取 401(未经授权)消息
我必须实现一种将视频从我们的网站上传到 youtube 的方法。我已经在 Google Cloud 中注册了该应用程序,并获得了所有必要的客户端 ID、客户端密码、浏览器密钥、重定向 uri 和服务器密钥。我还按照各个网站的建议打开了 Youtube Data API V3、Google+ API、Freebase API 和 YouTube Analytics API。
下面是我的代码:
我引用这些代码来自: Upload video to Youtube using Youtube API V3 and PHP
和
http://www.dreu.info/blog/uploading-a-video-to-youtube-through-api-version-3-in-php/
我第一次运行此代码时,它让我连接到 youtube 帐户(屏幕要求让谷歌管理我的 YT 帐户),然后在第二次尝试时,我收到了这个 401 消息响应。
这是来自 youtube 服务器的响应
捕获的 Google 服务异常 401 消息是调用 POST 时出错https://www.googleapis.com/upload/youtube/v3/videos?part=status%2Csnippet&uploadType=multipart&key=AIzaSyCCySI5cToH3sICTmhCEFHW7QkIDptsjXg : (401) 未经授权
我试图搜索各种解决方案,但无济于事,我似乎找不到它。任何帮助表示赞赏,谢谢!
追问:开发者密钥是浏览器密钥还是服务器密钥?我很困惑我应该在我的代码中使用哪个。我试过切换键,它也没有工作。
android - 尝试从 youtube 获取用户最喜欢的视频列表
尝试从 youtube 获取最喜欢的视频列表,但始终获取
java.io.FileNotFoundException
下面是我的代码
和 logcat 是:
谁能回答我为什么会发生这种异常???
谢谢你的帮助
python - Youtube API GetMostRecentVideoFeed() 和 GetMostViewedVideoFeed() 方法的结果相同
我正在尝试在 Youtube Data API 中保存有关视频提要的信息。(例如,供稿中每个条目的视频标题并将其保存到文件中)。
但是,我得到的是每个提要中相同的视频列表(最近的、观看次数最多的、回复最多的)。从“视频标题:查理咬我的手指 - 又一次!”开始。
youtube - Google API's - Validity of server key and browser key?
I am using YouTube Data API.I would like to know about the validity of both browser key and server keys ? I need these keys to run my application without any user authentication. So I need to confirm which key works well for me .
I am running scripts to get results from YouTube search API and my scripts are uploaded and executed using cron jobs. I could not find a good article or question on this.
I would greatly appreciate if you can help.
javascript - 将数据返回给父函数
我有一个向服务器发送请求并在函数中处理响应的函数。然后我想返回响应,但我希望它将它返回给父函数 (getChannelId),例如 getChannelId('someUsername') 将返回“someChannelId”:
如何将响应返回给父函数?
android - 在 Android 中使用 YouTube 数据 API v3 可恢复的 YouTube 上传
我正在使用YouTube Data API v3从我的 Android 应用程序将视频上传到我的 YouTube 帐户。上传过程完美。我需要的是,如果我的上传被中断(例如,因为 Internet 连接),我需要在下一次离开的地方开始上传。
我怎样才能做到这一点?
使用 VideoUploadAsyncTask 类 doInBackground 方法进行更新
java - Youtube Data API retrieve channel subscribers count for past dates
i know that we can pull the current number of subscribers for a youtube channel using the data API, but is there a way to pull the subscribers we had in the past? for example 7 days back?
Thanks!
android - 访问未配置 Android Google API 密钥
我正在尝试使用 Youtube Data API v3 在 android 上进行搜索,但是当我尝试使用我的 API 密钥进行搜索时,我总是会收到以下消息:
我在控制台中设置了 Youtube Data API。几个小时以来,我一直试图弄清楚这一点。有谁知道出了什么问题?
youtube-api - 来自 Google 数据 API 的 NoLinkedYoutubeAccount 错误
我的任务是通过数据 API 将我们的内部视频系统与 YouTube 集成,这样我们就可以使用浏览器内和服务器视频上传工具。我已将 YouTube 频道链接到 Google 帐户,然后将其链接到包含 OAuth2 详细信息的 Cloud Console 帐户。
但是,当我使用 Cloud Console 帐户进行身份验证并尝试上传视频时,我收到了 NoLinkedYoutubeAccount 错误。以下是链接帐户的一些屏幕截图(我被要求模糊用户名和 ID,但它们确实匹配):
ios - 如何对 YouTube iOS API 进行自动完整搜索
我已经为 iOS 完成了 youtube API 集成,但目前我没有自动完成搜索功能,这是用户已经写入文本字段中的所有单词来搜索特定视频有没有办法实现自动- 通过 YouTube API 完成搜索?
任何帮助都会很棒