Forum Discussion

SamW's avatar
SamW
Qrew Cadet
3 years ago

New Python Library to Provide Local Quickbase App Backups

I've been slowly teaching myself Python for a while, and have just uploaded an early version of a library to interact with the Quickbase RESTful API. It's very rudimentary right now, but the one fully functioning thing is the ability to backup as many reports as you like in one Quickbase app to local JSON files.

This would built for my own use, but I thought it'd be fun to turn it into something that others might find helpful.

Download Python (tested up to Python 3.9), pip install the module, create the reports in Quickbase you want to backup (just add 'BACKUP' to report title), and then three lines of code will download and generate local JSON copies.

https://pypi.org/project/my-quickbase/
No RepliesBe the first to reply