Giter Site home page Giter Site logo

quickbase-c-sharp-sdk's People

Contributors

quickbaseadmirer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

quickbase-c-sharp-sdk's Issues

IQApplication connect times out 75% of the time

This is a real issue for us and our client. I have the following code:

      IQClient client = QuickBase.Login(userName, password, "mydatabase.quickbase.com");
            IQApplication app = client.Connect("bnuy96t9h", "d9rdib9g2ju4fbqg68hccuxraw6");

when it reaches "(IQApplication app = client.Connect)" it times out 75% of the time, and if it doesn't time out, it takes about 5-8 minutes to get past. I do not know what to do about it. And either us , Quickbase, or both are going to lose a client over it.

SSO Login Token

There is no class info for using User Tokens to avoid SSO scerarios

Fields of type "address" are not supported

Steps to reproduce:

  1. Given a QB App with a Table that has a Field of type "address",
  2. Login to QB and connect to the App like so:
    var client = Intuit.QuickBase.Client.QuickBase.Login("username", "password", "domain");
    var app = client.Connect("app_id");

Expected behavior:

The variable app should contain a valid instance of IQApplication.

Actual behavior:

ArgumentException is thrown from Intuit.QuickBase.Client.QTable.LoadColumns() (line 305)

Root cause:

The exception is thrown when line 305 hits a field where columnNode.GetAttribute("field_type", String.Empty) is "address". The enum FieldType has no corresponding value so the exception is thrown.

Error when Connect

Hello,

I used in my code the syntax:
var client = QuickBase.Login(username, password, domain);
var application = client.Connect(appid, appToken);

But, since last month I can't connect and received the message: "Value 'multiuserid' requested not found."
" em System.Enum.EnumResult.SetFailure(ParseFailureKind failure, String failureMessageID, Object failureMessageFormatArgument)\r\n em System.Enum.TryParseEnum(Type enumType, String value, Boolean ignoreCase, EnumResult& parseResult)\r\n em System.Enum.Parse(Type enumType, String value, Boolean ignoreCase)\r\n em Intuit.QuickBase.Client.QTable.LoadColumns(XPathNavigator xml) na C:\Projetos\QBIntegration\QuickBase-C-Sharp-SDK-master\Intuit.QuickBase.Client\QTable.cs:linha 305\r\n em Intuit.QuickBase.Client.QTable.LoadColumns() na C:\Projetos\QBIntegration\QuickBase-C-Sharp-SDK-master\Intuit.QuickBase.Client\QTable.cs:linha 295\r\n em Intuit.QuickBase.Client.QTable.Load() na C:\Projetos\QBIntegration\QuickBase-C-Sharp-SDK-master\Intuit.QuickBase.Client\QTable.cs:linha 279\r\n em Intuit.QuickBase.Client.QTable..ctor(QColumnFactoryBase columnFactory, QRecordFactoryBase recordFactory, IQApplication application, String tableId) na C:\Projetos\QBIntegration\QuickBase-C-Sharp-SDK-master\Intuit.QuickBase.Client\QTable.cs:linha 21\r\n em Intuit.QuickBase.Client.QTableFactory.CreateInstance(IQApplication application, String tableId) na C:\Projetos\QBIntegration\QuickBase-C-Sharp-SDK-master\Intuit.QuickBase.Client\QTableFactory.cs:linha 38\r\n em Intuit.QuickBase.Client.QApplication.LoadTables() na C:\Projetos\QBIntegration\QuickBase-C-Sharp-SDK-master\Intuit.QuickBase.Client\QApplication.cs:linha 296\r\n em Intuit.QuickBase.Client.QApplication..ctor(QTableFactoryBase tableFactory, IQClient client, String applicationId, String token) na C:\Projetos\QBIntegration\QuickBase-C-Sharp-SDK-master\Intuit.QuickBase.Client\QApplication.cs:linha 37\r\n em Intuit.QuickBase.Client.QApplicationFactory.CreateInstance(IQClient client, String applicationId, String token) na C:\Projetos\QBIntegration\QuickBase-C-Sharp-SDK-master\Intuit.QuickBase.Client\QApplicationFactory.cs:linha 28\r\n em Intuit.QuickBase.Client.QClient.Connect(String applicationId, String token) na C:\Projetos\QBIntegration\QuickBase-C-Sharp-SDK-master\Intuit.QuickBase.Client\QClient.cs:linha 69\r\n

I updated the project files, but the error not solved.
Do you know how to solve this?

Tks,

Helton Ferreira

Solution includes two test projects that are missing

When you open Intuit.QuickBase.sln in Visual Studio, it includes 4 projects:

  • IntuitQuickBase.Client
  • IntuitQuickBase.Core
  • IntuitQuickBase.IntegrationTests
  • IntuitQuickBase.UnitTests

The last two projects are missing from the repository and so cannot be loaded. Would it be possible to add them? These projects can be very useful in understanding how to use the SDK.

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.