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 May 20, 2022
·
1 revision
The QuickBase JSON API has a payload limit of 10MB. This can make uploading large files difficult. While not strictly JSON, xml-upload is an included function that can be found in helpers.
Usage
qbc=QBClient(...)
# note the 'rb' argument, must be bytes!xml_upload(qbc, tbid='...', rid=118, fid=24, file=open('path/to/img.jpg', 'rb'), filename='qb-upload.jpg')