microsoft / Cognitive-Vision-Android

Android SDK for the Microsoft Computer Vision API, part of Cognitive Services.
https://www.microsoft.com/cognitive-services/en-us/computer-vision-api
Other
139 stars 80 forks source link

Error Executing POST Request! Code: 401 #16

Closed EXJUSTICE closed 7 years ago

EXJUSTICE commented 7 years ago

Hi,

Trying to use the computer vision API. All my subscription keys are correct, and the code is solid, with the only difference being that I take a photo instead of a selection of an existing one. All of this is also solid (no nullpointers here).

What does error 401 refer to? A quick google reveals it relates to permissions, how so?

EXJUSTICE commented 7 years ago

SOLVED! For future users, please double check your regional endpoints, and account for them following MS's helpful guide

https://blogs.msdn.microsoft.com/kwill/2017/05/17/http-401-access-denied-when-calling-azure-cognitive-services-apis/