Error: invalid grant


I am trying to understand why I am getting this error. I have tried creating a new oauth token and trying with a different client id and secret but the authorization is not working

Hi,

I'm not sure why this is in the CLI category, it seems like this is an issue in Python code.
The Python SDK is best for working with the public API through Python.
See Client Credentials on the Python README for info on how to authenticate using Client Credentials and make requests.

Also, this overview on using Client Credentials may be helpful: Grant - Client Credentials

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.