I have account shyamkumarcheekoti@gmail.com which you can see below:
and you can see I have azure devops organization nextops123
i have public project you can see above and i am seeing following error. Please suggest
I have account shyamkumarcheekoti@gmail.com which you can see below:
and you can see I have azure devops organization nextops123
i have public project you can see above and i am seeing following error. Please suggest
Hey @sk8228402
Most likely, the token you’ve provided doesn’t have read access to any of the repositories.
https://dev.azure.com/nextops123/_apis/projects?api-version=6.0
is queried using the token you provided. This is working just fine.https://dev.azure.com/nextops123/<UUID_RETURNED_IN_PREVIOUS_QUERY>/_apis/git/repositories?api-version=6.0
Azure DevOps is returning 200s on these requests, but the responses are simply empty.
You can try querying these URLs yourself using the token (see this StackOverflow).
The token must have Code > Read & write permissions, and the user the token is generated for must also have permissions on the repositories you want to import.
I have fixed this, you can close this as well