## Description of the problem, including code/CLI snippet ``` $ gitlab project-fork list --project-id 15368194 Impossible to list objects (404: 404 Project Not Found) ``` but browsing to https://gitlab.com/api/v4/projects/15368194/forks directly works (logged in) ## Expected Behavior should show a list of forks. ## Actual Behavior 404 response. ## Specifications - python-gitlab version: 1.13.0 - API version you are using (v3/v4): v4 - Gitlab server version (or gitlab.com): gitlab.com
Description of the problem, including code/CLI snippet
but browsing to https://gitlab.com/api/v4/projects/15368194/forks directly works (logged in)
Expected Behavior
should show a list of forks.
Actual Behavior
404 response.
Specifications