GraniteHomes
7 years agoQrew Cadet
Upload Image (JPG & PNG) using the API / SDK
I need to upload an image using the API but Quickbase has some restrictions when it comes to file uploads when adding a record with the API.
A base64-encoded file. Because of the typical file sizes, you won?t be able to upload files using a URL. You must POST the encoded file as XML.
Note that you must not use MIME encoding and must not include MIME headers. Note that many base64 encoders or base64 encoding methods are for MIME type encoding and will not work with Quick Base.Any ideas?