gpt4 book ai didi

youtube-api - 错误 403 Forbidden whith Youtube API V3

转载 作者:行者123 更新时间:2023-12-04 15:20:01 28 4
gpt4 key购买 nike

我有 Youtube Api v3 的问题。问题是想从上传的视频中获取信息,在为视频执行检索信息时,我收到错误403 Forbidden。

如果我运行我使用的 url,浏览器会返回 Json me 和所有视频数据。

Visual Studio 错误

screenshot 1

浏览器中的 URL 相同。

screenshot 2

 if (videoId != "")
{

// If the video has the same description as a video and uploaded to YouTube, then I have removed that was uploaded earlier and upload the newrequest.Service.QueryClientLoginToken();
//Uri urlVideo = new Uri(String.Format("http://gdata.youtube.com/feeds/api/users/{0}/uploads/{1}", hipoConfig.canal_youtube, videoId)); This is This is the URL of the version 2.0
Uri urlVideo = new Uri(String.Format("https://www.googleapis.com/youtube/v3/videos?id={0}&key={1}&part=snippet", videoId, hipoConfig.clave_api));

Video ExistingVideo = request.Retrieve<Video>(urlVideo);
log.escribirInfoLog("Informacion: El video " + ExistingVideo.VideoId + "se elimina de YouTube para ser sustituido");

request.Delete(ExistingVideo);

最佳答案

对我也不起作用,访问 youtube API 时收到 403。

在 API 凭据页面上的“API 限制”中添加了它以限制 YouTube ABI,现在它工作正常。
enter image description here

关于youtube-api - 错误 403 Forbidden whith Youtube API V3,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36411632/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com