调用 GET [URL] 的 YouTube 数据 API 错误:(500) 后端错误

YouTube Data API Error calling GET [URL] : (500) Backend Error(调用 GET [URL] 的 YouTube 数据 API 错误:(500) 后端错误)
本文介绍了调用 GET [URL] 的 YouTube 数据 API 错误:(500) 后端错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想从 API 中获取频道的所有订阅者.我在BehalfOfContentOwner 上执行此操作.

I want to grab all Subscribers of a Channel from the API. I do this onBehalfOfContentOwner.

而且它有效.但是在 3700 个频道之后,我得到了 500 个后端错误作为响应.如果我等待 20-30 分钟,它会再次为另外 1000 个订阅者工作,然后我再次收到 500 错误.

And it works. But after 3700 channels i get and 500 Backend Error as response. If i wait 20-30 minutes it works again for another 1000 subscriber and then i get the 500 error again.

Error calling GET https://www.googleapis.com/youtube/v3/subscriptions?*****: (500) Backend Error 

500 后端错误错误的原因是什么?请求过多?API 中的错误?我的配额完全没问题.

Whats the reason for the 500 Backend Error bug? Too many Request? Bug in the API? My Quota is total fine.

谢谢

推荐答案

在与 Google Tech Guy 的一些电子邮件之后,这似乎是 API 中的一个错误.如果您收到 500 后端错误,请等待几分钟,然后重试.如果您仍然收到 500 错误,请尝试等待几个小时或几天.如果您仍然收到错误是 API 中的错误,您应该联系他们并告诉他们错误.

After some emails with a Google Tech Guy, it seems like a bug in the API. If you get a 500 Backend Error wait some minutes and try again. If you still get a 500 Error try and wait some hours or some days. If you still get the error is a Bug in the API and you should contact them and tell them about the error.

这篇关于调用 GET [URL] 的 YouTube 数据 API 错误:(500) 后端错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

Convert JSON integers and floats to strings(将JSON整数和浮点数转换为字符串)
in php how do I use preg replace to turn a url into a tinyurl(在php中,如何使用preg替换将URL转换为TinyURL)
all day appointment for ics calendar file wont work(ICS日历文件的全天约会不起作用)
trim function is giving unexpected values php(Trim函数提供了意外的值php)
Basic PDO connection to MySQL(到MySQL的基本PDO连接)
PHP number_format returns 1.00(Php number_Format返回1.00)