You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I am trying to set up my Azure account to use Bing Search API. I have already created a Bing Search v7 resource, a Bing Custom Search resource and even a Bing Cognitive Search resource, though API keys from every one of those return the same error:
HTTPError: 401 Client Error: PermissionDenied for url: https://api.bing.microsoft.com/v7.0/images/search?q=khachapuri&count=150&min_height=128&min_width=128
How do I run this example?
UPD. This code works on my local machine, but not from within the Kaggle notebook. It's basically the same:
Since I was using bing API key, I tried to correct the function 'search_images_bing()' and was able to fix it. If it's alright then I can create a PR for the corrected function. Please let me know.
Hi! I am trying to set up my Azure account to use Bing Search API. I have already created a Bing Search v7 resource, a Bing Custom Search resource and even a Bing Cognitive Search resource, though API keys from every one of those return the same error:
How do I run this example?
UPD. This code works on my local machine, but not from within the Kaggle notebook. It's basically the same:
The text was updated successfully, but these errors were encountered: