Giter Site home page Giter Site logo

Comments (9)

LarryKlugerDS avatar LarryKlugerDS commented on August 15, 2024

How can we reproduce?
Does this happen each time you restart the application?

from code-examples-ruby.

RajOfficeTroops avatar RajOfficeTroops commented on August 15, 2024

So after cloning, only change that I have done (apart from setting the required values in application.rb) is:

platforms :mswin do 
  gem "wdm", :group => [:development, :test]
end

Then If I go to any of the examples and try to use Authorization Code Grant for authenticating with Docusign, I get the above error

from code-examples-ruby.

LarryKlugerDS avatar LarryKlugerDS commented on August 15, 2024

Thank you. I have filed internal ticket DEVDOCS-2903 for our development group to investigate.

from code-examples-ruby.

RajOfficeTroops avatar RajOfficeTroops commented on August 15, 2024

This got resolved by adding a secret key in the Admin Panel and referencing it as client_secret.
Previously client_id and client_secret was kept as same as the Integrator key.
Waiting for this to get resolved.

from code-examples-ruby.

AaronWDS avatar AaronWDS commented on August 15, 2024

Expired Client Token error can happen because you've received the response code but waited past 10 minutes to use this code to generate your access token. Based on your comments however, this appears to be with missing credentials on the config file. We did make recent updates to that file which may explain your problem experienced within that time-frame. If you run into any other problems, please open a fresh issue. Thanks again for reporting this.

from code-examples-ruby.

anwarkhan0 avatar anwarkhan0 commented on August 15, 2024

I am following each step on site guide but I am getting un-authorized client error and some time expired token error

from code-examples-ruby.

AaronWDS avatar AaronWDS commented on August 15, 2024

@anwarkhan0 this can happen if your configuration file is missing an impersonated user if you're using JWT. The token expired error happens if you're using authorization code grant to login, navigate to an example, then don't complete the example within an hour. What is happen is that you've got an expired token in your ruby session that is being passed into the API call.

The impersonated user is found on line 16 in the config file.

from code-examples-ruby.

ENeha avatar ENeha commented on August 15, 2024

Yeah...same with me

from code-examples-ruby.

InbarGazit avatar InbarGazit commented on August 15, 2024

@ENeha please either open a new issue, contact support, or email me to try to help with your issue, I'm not clear what issue you have and not sure how I can help.

from code-examples-ruby.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.