Hi
I’ve connected to the frame.io api v2 to fetch some assets but i have some problems with invoking endpoints
The /me endpoint seems to work . It returns a json with some details about the user.
But the rest of endpoints returns or 404 or an empty list ( like /accounts)
For authentication I’ve tested with OAuth 2 and token auth.
For scope I’ve used all of the scopes.
Do you have any ideas what could be the reason