I was using Face API up until a few days ago but now getting no permission error?

Copper Contributor

Hello,

I was able to use the Cognitive Service Face API up until a few days ago but now I recieve this error:

 

 response: {
    body: '{\r\n' +
      '  "error": {\r\n' +
      '    "code": "InvalidRequest",\r\n' +
      '    "message": "Invalid request has been sent.",\r\n' +
      '    "innererror": {\r\n' +
      '      "code": "UnsupportedFeature",\r\n' +
      '      "message": "Feature is not supported, missing approval for one or more of the following features: Identification,Verification. Please apply for access at https://aka.ms/facerecognition"\r\n' +
      '    }\r\n' +
      '  }\r\n' +
      '}',
    headers: HttpHeaders2 { _headersMap: [Object] },
    status: 403
  },

 

 

I have not filled out the limited access review form https://customervoice.microsoft.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbR7en2Ais5pxKtso_P...

But it was returning a result and now is not? Has something changed recently?

 

2 Replies
I faced the same issue. Some attributes can't be accessed such as age, smile, gender, etc. I didn't fill the form as well. Have you managed how to deal with this issue?