Forum Discussion
Robert14358
Resolver III
2 years agocant authenticate odata feed VSTS
i cant seem to get this query ti authenticate. let Source = OData.Feed(" https://analytics.dev.azure.com/***/_odata/v3.0-preview/WorkItems?" & "&$select=WorkItemId", null, [Implementat...
Anonymous
2 years agoNot applicable
Hi Robert14358 ,
Per my test, I can connect to my own azure devops with the code you shared:
If so, make sure you are using the correct organization name and project name in your query.
Also make sure you are a member of the project with basic access or higher rights.
You could also ask the project administartors to run the query to check the result.
More information for your reference:
Connect with data by using OData queries - Azure DevOps | Microsoft Learn
Add users to organizations and manage access - Azure DevOps | Microsoft Learn
Best regards,
Joyce
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.