Hello everyone
I have a query related to this API https://api.hubapi.com/files/v3/files.
I got the error “MISSING_SCOPES” while using this API https://api.hubapi.com/files/v3/files.
I checked the Auth token scope with this https://api.hubapi.com/oauth/v1/access-tokens/{token} and got the below response
"{
“token”: “CP6Z-_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxVZL7XtKA25hMVIAWgA”,
“user”: “xxxxxxxxxxxxxxxxxxxx”,
“hub_domain”: “app.com”,
“scopes”: [
“oauth”,
“files”,
“tickets”,
“files.ui_hidden.read”
],
“hub_id”: xxxx,
“app_id”: xxx,
“expires_in”: 1166,
“user_id”: xxxxxxxxxxxx,
“token_type”: “access”
} "
