I've been on the $250 Trial (Cognitive Search) since December 16th. Today, I'm see this when our web app attempts to pull Bing search results:
Error 403. Out of call volume quota. Quota will be replenished in 17.03:21:36.
Other than waiting, is there a way to resolve this? What is the Quota, and where can it be checked? Odd given that our site is still under development, with very little traffic. Literally a few outside hits per day.
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.
来源:https://stackoverflow.com/questions/41405545/out-of-call-volume-quota