BerylSmall
7 years agoQrew Trainee
Quickbase C# SDK Client.Connect times out
I am creating an interface between our proprietary web application and Quickbase. I set up a "Trial" database to use as a Sandbox for testing. However, now that the integration code is complete and I have changed values (App ID, App Token) to the live application. This line of code times out more often than not:
IQApplication app = client.Connect("bmsrk7gae", "bbnb3n3bnc4cmccwp4kqkb6ji5xz");
Is there anything I can do to prevent it from timing out? It takes a REALLY long time to connect.
IQApplication app = client.Connect("bmsrk7gae", "bbnb3n3bnc4cmccwp4kqkb6ji5xz");
Is there anything I can do to prevent it from timing out? It takes a REALLY long time to connect.