据我在代码中所看到的,它使用了v5.0 of CognitiveServicesAPI,以及我现在拥有的用于v7.0的API键。这是在使用API的v7.0的有效订阅键时收到的错误消息: "statusCode": 401,
"message": "Access denied due to invalid subscriptionMake sure to provide a valid key for
我已经创建了一个帐户,根据这篇文章,密钥可以在必应资源->密钥和端点中找到: ? 两把钥匙我都试过了,都没用。由于订阅密钥无效或API终结点错误,我收到错误代码401访问被拒绝。Management菜单时,它显示为"No API Management services to display“。我可以“创建API管理”,但随后的表单要求提供一些似乎不太典型的信息来访问API。这真的是创建密钥的地方吗
is the endpoint I was provided with on the Azure portal, I've also tried the endpoint on MS's guide: api.cognitive.microsoft.comlet bingPath = '/bing/v7.0/images/search'; method
我从官方网站获得了API和端点,但我无法获得JSON文件来在项目构建器的子项中调用它。示例-子级:new Image.network('${data['value']['webSearchUrl']}' 我不知道该往这个孩子里放什么,也不知道该把API密钥放在哪里…… class _PageOneState}and below the code -
S