You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 12, 2026. It is now read-only.
Robert S.W. Carroll edited this page Apr 9, 2022
·
2 revisions
The .download_file() client method can be used to download files from QuickBase. It takes the following parameters:
table: str,
rid: int,
fid: int,
version: int
The download_file() method returns a QBFile() object. At this point, you can call the .save() method on the QBFile() object. The .save() method takes one argument, path='path/to/save.pdf.
The workflow for downloading files from QB might look something like this: