Out of Call Volume Quota

风格不统一 提交于 2019-12-06 15:31:40
Bret Johnson - MSFT

It sounds like the API key either isn't getting passed properly or is running into a very small quota.

This link may help, in particular the part using the developer console to ensure the API key is valid: "Bing Error - Out of call volume quota" on first use

When you created the Cognitive Search API what rate package did you select--what are the usage limits for it? See this thread, where that was the issue: https://social.msdn.microsoft.com/Forums/en-US/7b39925f-595b-4a0b-8919-e3cbd8f17b1c/cognitive-search-requests-with-api-keys-generated-in-azure-console-return-401s?forum=azureapimgmt

BTW, I've never actually used the Cognitive Services APIs myself, though I've used other Azure API Management managed APIs.

I resolved exactly the same issue similarly to how Daniel Abrams said in the comments here.

It turned out that despite the free trial credits applied to my account, there are still some invisible limits. Even though I only spent less than a dollar from that trial subscription, there was a limit placed on my account that would reset in 5 days.

Changing to a normal paid subscription resolved the issue.

I was able to get data from API till I ran 2 parallel codes using same key, then it blocked me, so it can also be an issue of speed as well as limited hits per hour. You cannot hit the API more no. of times/sec than it allows.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!