Forum Discussion

AustinK's avatar
AustinK
Qrew Commander
6 years ago

Re: Looking for simplest example to access quickbase using python

If for some reason the library above is failing there is also the example at the bottom of this post on how to do this with Requests. It is a little more involved but the example file should have everything you need.

What Python version are you using for this? Looking at pyqb it has some potential issues with newer Pythons but not much is documented. I am testing it again myself and running into some issues using the newest Python. It worked fine for me before. I will let you know if I find anything out.

So far I have tried to authenticate via username and password, user token, and app token. None of them seemed to work but I may be missing something easy here.
No RepliesBe the first to reply