How come I cant access Domo through the API?

Options

It was working fine before, I get authorized but now my python script is giving me a 403 status ("Forbidden" error) when trying to retrieve a dataset out of Domo. Is there a rate limit I'm hitting? Quite confused. Any assistance is welcome.

Tagged:

Best Answer

  • GrantSmith
    GrantSmith Coach
    Answer ✓
    Options

    Are you able to do any other API calls with that client id and secret?

    A rate limit would return a 429 error code - Too Many Requests. This is pointing to a permissions issue.

    **Was this post helpful? Click Agree or Like below**
    **Did this solve your problem? Accept it as a solution!**

Answers

  • mihir
    Options

    Hi! I am having a similar issue.

  • GrantSmith
    Options
    1. Does your token / client id & scecret still exist or have they been revoked?
    2. Does the user that the token / client id & secret was created for have access to this specific dataset?

    **Was this post helpful? Click Agree or Like below**
    **Did this solve your problem? Accept it as a solution!**
  • remy
    remy Member
    edited August 2023
    Options

    still exists and yes

    im collecting via this endpoint 'https://api.domo.com/v1/datasets/…

    and the dataset im collecting was made via api

  • GrantSmith
    GrantSmith Coach
    Answer ✓
    Options

    Are you able to do any other API calls with that client id and secret?

    A rate limit would return a 429 error code - Too Many Requests. This is pointing to a permissions issue.

    **Was this post helpful? Click Agree or Like below**
    **Did this solve your problem? Accept it as a solution!**