I am trying to read a dataset through domo API

Options

While trying to read dataset through Domo API , I am getting the following error:

HTTPSConnectionPool(host='api.domo.com', port=443): Max retries exceeded with url: /oauth/token?grant_type=client_credentials (Caused by SSLError(SSLError("bad handshake: Error([('SSL routines', 'ssl3_get_server_certificate', 'certificate verify failed')],)",),)).

Could you please help me to resolve this issue

Comments

  • laura_igl
    Options

    Hi,

    Is anyone able to help out with this request?


    Thanks,

  • user00066
    Options

    I found that this is SSL certificate error. After resolving this SSL certificate error... I am still not able to read a dataset that is existing in domo through  Python . Can anyone help me on reading a domo dataset in python using pydomo

     

  • user00066
    Options

    I am getting following error  when I try to read a dataset in Domo using python


      File "C:\anaconda\lib\site-packages\pydomo\DomoAPIClient.py", line 34, in _get
        + response.text)

    Exception: Error retrieving DataSet: {"error":"insufficient_scope","error_description":"Insufficient scope for this resource","scope":"data"}

     

     

    Can anyone help me

This discussion has been closed.