Setting up OAuth 2.0 key
I am having issues setting up a "OAuth 2.0" key for API calls on a local nodeJS server:
https://adobeioruntime.net/api/v1/web/io-solutions/adobe-oauth-playground/oauth.html
When i go to use the "Creative Cloud" I see this message:
"requires Adbobe review"
Within the developer console I try these settings:

I then use these setting on the OAuth playground:

When i try to use the API token i receive on my nodeJS local server I receive the following error:
{ error_code: '403003', message: 'Api Key is invalid' }
I am not sure if i a missing any steps?
