Discussions

 View Only
  • 1.  JAVA SDK

    Posted 03-08-2017 11:14
    Hi all
    I just downloaded quickbase JAVA sdk. Can you please explain , how i can work on this ?


  • 2.  RE: JAVA SDK

    Posted 03-08-2017 18:37
    QuickBase made the SDKs open sourced roughly four years ago, and can be accessed through the repository here: https://github.com/QuickbaseAdmirer?tab=repositories. One example for constructing your object is located here: http://help.quickbase.com/user-assistance/#resolve_scripting_issues.html where it shows:
    "QuickBaseClient qc = new QuickBaseClient("testuser@intuit.com","password", "<accountURL>.quickbase.com");". It's been years since I coded in Java though, and I haven't played with which packages to import in the QuickBase world.


  • 3.  RE: JAVA SDK

    Posted 03-17-2017 12:18
    I could not found any QuickBaseClient  class in sdk i download from github .
    Sorry if i am wrong.

    Thanks


  • 4.  RE: JAVA SDK

    Posted 01-24-2019 23:18
    FYI...The Quickbase java SDK is useless and should be remove...it doesn't support any of the current token structures of quickbase and hasn't been updated in over 6 years.