Forum Discussion
BrettBrett
8 years agoQrew Trainee
None, unfortunately it simply isn't returning any data. It could be a lack of logging on our side but it's hard to tell. I'm starting to thing that the API_Authenticate doesn't refresh the ticket each time it's called which is allowing our httpClient's session to expire and simply denying the requests afterward. It would have been a change on the QB side as we've always done it this way but can't find any details.
_anomDiebolt_
8 years agoQrew Elite
You need to log the XML response returned by API_Authenticate. It will look like this:
Something changed either on your end or theirs.
https://help.quickbase.com/api-guide/index.html#authenticate.html
<qdbapi>I don't know the range of errors off the top of my head because it is hard to get the credentials wrong and I have never had a problem.
<action>api_authenticate</action>
<errcode>0</errcode>
<errtext>No error</errtext>
<ticket>2_beeinrxmv_dpvx_b_crf8ttndjwyf9bui94rhciirqcs</ticket>
<userid>112245.efy7</userid>
</qdbapi>
Something changed either on your end or theirs.
https://help.quickbase.com/api-guide/index.html#authenticate.html