Hello,
I’m experiencing a “missing scope” error via the API using an OAuth token, but the same operation succeeds with a Personal Access Token.
Setup:
-
Endpoint: GET /projects?opt_fields=custom_field_settings
-
OAuth token scopes: teams:read custom_fields:read projects:read users:read workspaces:read
“errors”: [
{ "message": "The following scopes must be present to fulfill this request: custom_field_settings:read", "help": "For more information on API status codes and how to handle them, read the docs on errors: https://developers.asana.com/docs/errors " }
I don’t find this scope in the App’s control panel.
And, when I set “Full Permissions” to the App and request a new OAuth with the scope “custom_field_settings:read” I have this error :
invalid_scope: Invalid scope(s) requested. These scopes do not exist: `custom_field_settings:read` scopes.
Is there a solution ?
Thank you
