Hi Frame.io team,
I’m trying to get read-only V4 API access (list projects, download approved video assets) and I’m blocked at the Adobe IMS authorization step.
Setup:
- Frame.io account: already connected to Adobe Authentication (done via Account Settings → Profile → Authentication → Connect).
- Redirect URI:
https://localhost:8080/
The problem:
When I run the IMS authorize flow — instead of a consent screen I’m redirected to an error page saying:
“Please contact the application developer to gain access to Project XXXX.”
What I’ve already checked:
- The credential config matches the downloaded JSON exactly (client_id, secret, redirect URI).
- In Admin Console → App Integrations → Admin Authorizations the list is empty, and “Add integrations” does not list my own Developer Console app (it only shows marketplace apps).
- I’m a System Administrator on the org.
My question: How do I get my account/org provisioned so that User Authentication (OAuth Web App) works against the V4 API? Is there an entitlement or linking step that needs to be done on your side?
Thanks!