Having trouble seeing 2nd Project in VS Online
I have access to VS Online. I have a project in appveyor pointing to this project. Everything is working as expected.
My client added another project in the same VS online account and gave me access to it. However I am unable to see this project.
I don't get any errors but I have not been able to figure out how to see this new project and create a new appveyor project from it
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on Feb 23, 2015 @ 03:09 AM
Is it Git or TFVC repo?
First of all, try to re-authorize VSO in AppVeyor. Go to https://ci.appveyor.com/account and revoke VSO access. Then go back to "New project" page and authorize VSO again.
2 Posted by rajindersingh on Feb 23, 2015 @ 03:27 AM
worked for me.
thanks
Support Staff 3 Posted by Feodor Fitsner on Feb 23, 2015 @ 03:31 AM
Cool, thanks for the update!
4 Posted by rajindersingh on Feb 23, 2015 @ 04:46 PM
Now that I can see the 2nd project I tried adding it to Appveyor. I am getting this error:
Error adding webhook to VSO repository: Forbidden
what type of access do I need on VSO to be able to add webhook?
My client swears that he has give me the same access on both of my projects.
rajindersingh closed this discussion on Feb 23, 2015 @ 04:46 PM.
Feodor Fitsner re-opened this discussion on Feb 23, 2015 @ 04:49 PM
Support Staff 5 Posted by Feodor Fitsner on Feb 23, 2015 @ 04:49 PM
Have you been able to add it?
-Feodor
6 Posted by rajindersingh on Feb 23, 2015 @ 05:13 PM
When I add it I get this error
Error adding webhook to VSO repository: Forbidden
and add fails.
Support Staff 7 Posted by Feodor Fitsner on Feb 23, 2015 @ 05:17 PM
Is it Git or TFVC repo?
8 Posted by rajindersingh on Feb 23, 2015 @ 05:43 PM
TFVC
Support Staff 9 Posted by Feodor Fitsner on Feb 23, 2015 @ 06:00 PM
OK, if you are absolutely sure permissions on both projects are equal you can try adding webhook using VSO REST API and your credentials.
You can use "alternative credentials" and Basic authentication: http://www.visualstudio.com/integrate/get-started/auth/overview
AppVeyor uses the following calls to add webhook to TFVC repository:
1st request - get project ID:
Project ID is a guid in response.
2nd request - add hook subscription:
Body:
Ilya Finkelshteyn closed this discussion on Aug 25, 2018 @ 01:54 AM.