Hello! Has this issue been resolved? Or at least has an ETA been figured out?
This has managed to work!
Although I am aware that it is an inelegant solution because of the larger overhead/size in the API, I did not find a better way to do it given the constraints.
I will now mark it as resolved, thank you!
Hi,
Thank you for your reply. I believe this is sending the image/file URL through the API. The issue with that is that the company server cannot download the image with curl or get_fp_contents because it has an older php version. In other words I want to be able to send the image/pdf file as content in its entirety through API (Maybe through base64?)
Is there a way to do so that I am not aware of?
Thanks in advance for your response.