Python API Image Upload - Re-Use Images for Parts? #4550
-
Hello, I am exploring automatic creating of parts via the Python interface. I am able to create parts and upload images. However, when I upload the same image (Local filename: C_0805.jpg) to two parts, the file is saved on the server two times (Server filename: C_0805_xxxxxxx.jpg). Is there a way to re-use already uploaded files as images for freshly created parts using the python API? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@foxforty2 the "image sharing" functionality is not currently exposed to the API unfortunately. To achieve what you want, we would have to allow the API access to these shared images |
Beta Was this translation helpful? Give feedback.
@foxforty2 the "image sharing" functionality is not currently exposed to the API unfortunately. To achieve what you want, we would have to allow the API access to these shared images