My company manufactures aftermarket DIY bumper kits. We have a local server that houses all the production assets we use on the shop floor. Think part images with part number, as well as instructions and misc information organized by make, model and year. Recently I’ve been looking into creating a python script that automates copying assets from our local server into several Tulip tables. So far I can create records that drops in the make model and year, but I’m having trouble with the formatting when trying to make my request with images. Any help would be much appreciated.
I actually solved this problem already. Turns out our image files were too large. I ran my images through a compression algorithm, and I’m having success making posts request to the tables now.
1 Like