Hello, I'm using Python SDK to create a new DataSet in Domo.
I use client id and secret, but getting the error above.
If I do cURL-I get the access-token, all works good .If I use access-token in the script- I get this:
ConnectionError: HTTPSConnectionPool(host='api_host', port=443): Max retries exceeded with url: /oauth/token?grant_type=client_credentials (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f0711397ee0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
I'm wondering if I need to ask the access-token from an Admin