nbrown02 / FlowViz

A Power BI template that provides easy to understand, actionable flow metrics and predictive analytics for your agile teams using Azure DevOps, Azure DevOps Server and/or TFS.

Home Page:https://flowviz.thinkific.com/courses/fundamentals

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error : Access to the resource is forbidden

jenniferrosemitchell21 opened this issue · comments

Hi there Nick,
I'm trying to setup your FlowViz template for a new ADO Project but I get the below error. I've never had this error before, so coming to you for any suggestions please.
I am part of the Contributors group of the Project and I have also setup a PAT Code with 'Full Access', so I'm struggling to work out what else it could be.

image

If you try run a query in the URL browser, such as (note: replace the org/project names with what you are using):

https://analytics.dev.azure.com/[ORG NAME]/[PROJECT NAME]/_odata/v3.0-preview/WorkItems?

What do you see? Normally the error message will indicate what the issue is around access...

Oh great thanks - I totally forgot this test. So I do get an error ... makes sense ... which is about OData. Looking through ADO documentation I guess then that I am assigned as a 'Stakeholder'. I'll contact IT department. Thanks so much!

{
"error": {
"code": "0",
"message": "VS403527: Access to data from the Analytics OData endpoint is not available for all users. Either you have not been authenticated, or you do not have a paid license or subscription for this account.",
"innererror": {
"message": "VS403527: Access to data from the Analytics OData endpoint is not available for all users. Either you have not been authenticated, or you do not have a paid license or subscription for this account.",
"type": "Microsoft.VisualStudio.Services.Analytics.AnalyticsAccessCheckException",
"stacktrace": ""
}
}
}

Closing the issue :)