I’m automating downloads of finished videos from my own workspace via the Frame.io V4 API and I’m blocked at the account level.
Setup: legacy developer token (developer.frame.io) sent with x-frameio-legacy-token-auth: true against api.frame.io/v4.
What I see:
GET /v4/me→ 200 (works)GET /v4/accounts→ 403{"errors":[{"detail":"Forbidden"}]}— even after recreating the token with all scopesGET /v2/accounts→[]
My account uses Adobe identity. Server-to-Server in the Adobe Developer Console is greyed out (“License required”). Can you enable V4 API resource access (read + download of my own assets) for this account, or tell me what’s required