Hi, This is David Kao from Performance Motion Devices.
I was using Python to acquire an token from your sever ("">transact.ti.com/.../oauth") with our OAuth 2.0 key.
First, I downloaded all the python templates from here : "git.ti.com/.../python"
Second, I ran API_Accessor.py, without changing any code.
Third, I ran Example1.py, and changed client credentials in the code to retrieves an API access token. but then the terminal says "ERROR: Failed to acquire API access token."
I've tried multiple server location such as "transact.ti.com" "https:/.../oauth" "https://transact.ti.com/v1/oauth/accesstoken"
And I am sure my client credential copied from TI API 2.0 is correct since it can successfully get an token and check inventories while running on Postman.
Thanks
David
Here is the code for PMD version example1.py:
ERROR: Failed to acquire API access token.