GithubHelp home page GithubHelp logo

Comments (4)

mamoonraja avatar mamoonraja commented on July 21, 2024

Hi @allomov, thanks a lot for opening the issue. One problem I see in iam_api_creds is that you are using the service URL as iam_url. Try using:

iam_api_creds = {
  version: "2018-03-16",
  iam_apikey: "<iam_api_key>",
  iam_url: "https://iam.cloud.ibm.com/identity/token", // default iam url
  url: "https://gateway.watsonplatform.net/natural-language-understanding/api"
}
natural_language_understanding = IBMWatson::NaturalLanguageUnderstandingV1.new(iam_api_creds)

Please check out the documentation for providing iam API keys here. The problem with json_service_creds is that version date is not provided.

Please let me know if the above suggestions help.

from ruby-sdk.

allomov avatar allomov commented on July 21, 2024

Thank you very much for such quick response. That helped me a lot. And saved my day finally.

I needed to do following changes to the service json to make it work:

  • rename apikey to iam_apikey
  • add version field (version: "2019-07-12")

from ruby-sdk.

mamoonraja avatar mamoonraja commented on July 21, 2024

You are welcome! Please feel free to report any issues or leave feedback in #56 as we are planning to do a major release in September.

from ruby-sdk.

allomov avatar allomov commented on July 21, 2024

from ruby-sdk.

Related Issues (18)

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.