API endpoints return empty results or 404

Hi,

I’m trying to use your API, I’m following these instructions https://developer.frame.io/docs/workflows-assets/reading-the-file-tree, and able to get the fulfilled response only from ‘accounts’ endpoint.

I can see there following fields, like described in docs:

“id”, “display_name”,
“owner” : {
“email” ,
“name” ,
},

These 2 return empty array ‘’ (but account has projects and uploaded videos)

  1. accounts/796a6558-2b4d-44de-aeeb-b30d04b6a400/teams

  2. /v2/teams

Also, I tried to get the project_ID from address bar, and use it like described here Get Project by ID

But I get 404 response

{
“code” : 404,
“message” : “Not found”,
“errors” : [ {
“code” : 404,
“status” : 404,
“title” : “Not found”,
“detail” : “Could not find the requested resource”
} ]
}

The access token scope is:
asset.create
project.read
team.read
asset.update
account.read
asset.read

Could you please help?

As a final result, I would like to upload an asset using API.