一段时间以来,我一直在nodejs应用程序中的NPM上使用simple-youtube-api软件包,今天我在控制台中收到此消息,说我的令牌已超出配额。
{ errors:
[ { domain: 'youtube.quota',
reason: 'quotaExceeded',
message:
'The request cannot be completed because you have exceeded your <a href="/youtube/v3/getting-started#quota">quota</a>.' } ],
code: 403,
message:
'The request cannot be completed because you have exceeded your <a href="/youtube/v3/getting-started#quota">quota</a>.' }
它只是达到500个请求。而这在过去的6个小时。因此,我不知道为什么会收到这个禁止的错误(403)。我相信这是一个错误,应该解决。