Skip to content

API doesn't return list team projects #24306

Discussion options

You must be logged in to vote

Hi, @alekspolskiy, welcome to the community

If it exists more often than not the solution for API based access 404s will be either

  • the user does not have the needed permissions
  • the personal access token permission scope is not correct

GitHub returns a 404 not found, rather than reveal any information about something you do not have permission on, even the fact that it may exist (this is GitHub following security good practise, but can be confusing)

You can edit the permissions scope of your token in the GUI
Let us know if this solves you problem

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment