I’m on a retail (personal) Frame.io plan, trying to read comments on my own files via the API using a developer token from developer.frame.io.
- GET /v4/me → works (200)
- GET /v4/accounts → 403 Forbidden (with x-frameio-legacy-token-auth: true header, all scopes enabled)
- GET /v2/assets/:id/comments → 403 Forbidden
Support confirmed a linked-Adobe-ID issue was fixed on their end, but I still get the same 403 after refreshing and generating a new token. They mentioned retail accounts have limited API support scope.
Is comment-reading API access simply unavailable on retail plans, or is there a specific scope/setup I’m missing?