You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to generate a read-public access token so that I can create a script that fetches the works list of researchers in our institute. However, I am currently getting an error at this early step.
Using a Git Bash terminal, I am trying the following command:
I am trying to generate a read-public access token so that I can create a script that fetches the works list of researchers in our institute. However, I am currently getting an error at this early step.
Using a Git Bash terminal, I am trying the following command:
curl -i -L -H 'Accept: application/json' -d 'client_id=APP-K7IKXN44S24UQHXA' -d 'client_secret=REDACTED' -d 'scope=/read-public' -d 'grant_type=client_credentials' 'https://orcid.org/oauth/token'
And getting the following output:
It seems the scope is causing some kind of problem. I have tried various other scopes, including /read-limited, and I'm getting the same error.
The text was updated successfully, but these errors were encountered: