The new Folder REST APIs doesn't work with personal access tokens, I am getting 404 on valid requests.
Previously I was doing GET /v1/teams/:team_id/projects, then GET /v1/projects/:project_id/files. This still works correctly with an older PAT containing projects:read.
After Projects were renamed to Folders, for newly generated PATs I select folders:read permission instead, as projects:read was removed from the UI. The new endpoints—GET /v2/teams/:team_id/folders and GET /v2/folders/:folder_id/files—both return 404 Not found.
This leaves new tokens with no working way to discover files in a team.
It broke our workflow completely, is there a chance this issue will be resolved soon?
