An easy-to-use, ad-free, commercial-grade search tool that lets you deliver the results you want.
I did an Azure free subscription, providing required CC information, so I have now Subscription ID (tenant ID, Object ID). I used either Subscription ID and API Dialogflow accountkey.
Request is refused, this is the error i get:
{"error":{"code":"401","message":"Access denied due to invalid subscription key or wrong API endpoint. Make sure to provide a valid key for an active subscription and use a correct regional API endpoint for your resource."}}
I'm a bit confused, which key should I use in the
conn.setRequestProperty("Ocp-Apim-Subscription-Key", subscriptionKey);
to get from google internet information.
Do I have to require a new API Key after the Azure subscription or the one I requested before the subscription is valid anyway ?.
Thanks a lot to clarify