Hi Frame.io team,
I’m trying to get API access for the Marketing Examined workspace so our internal system can import a specific folder, 2026 HoD Projects.
The complication: my Frame.io workspace admin access is tied to my Gmail/Google-authenticated Frame.io account, not my Adobe ID. I cannot disable Gmail login or switch the account to Adobe auth without risking access to the workspace, so the V4 OAuth path is currently blocked for me.
The workspace/project URL I need to access is:
Using my V2 developer token:
GET /v2/me -> 200, returns my user
GET /v2/accounts -> []
GET /v2/teams -> []
GET /v2/accounts/{account_id}/teams -> []
GET /v2/projects/PROJECT_ID -> 404
GET /v2/assets/ASSET_ID-> 403
Search /v2/search/assets?q=2026&type=folder -> []
I am a workspace admin in the Frame.io UI, so I’m confused why the V2 token cannot see any accounts, teams, projects, or folders.
I found a couple of similar forum threads where V2 returns empty teams/404 projects even for admins/account owners, and another where V4 workspaces return empty when users have multiple account profiles. This seems related to account profile/auth identity rather than normal workspace permissions.
Can someone confirm the correct path here?
- Can a Gmail/Google-authenticated Frame.io admin use the V4 API without disabling Gmail login or converting the login to Adobe ID?
- Can Frame.io link my existing Gmail-authenticated Frame.io admin user to Adobe auth without breaking workspace access?
- If Marketing Examined is V4-only, is there any V2 fallback token or legacy folder ID that can access its folders?
- If this is caused by multiple account profiles, can Frame.io support check whether my user/token is attached to the wrong profile for API access?
Goal: list the Marketing Examined workspace, projects, root folders, and folder children so we can import only the 2026 HoD Projects folder.
Thanks,
John