Hello,
I am trying to display a doc file through /get_preview end point.
My understanding is that it will generated a pdf preview (I guess that means a pdf file ? )
The pdf preview I am getting is generating an empty file.
However, I test the same code generating the file with the response from /download endpoint downloading a pdf file. the generated file is not empty.
So, can I treat pdf_preview from /get_preview and pdf data from /download in the same way ?
Or am I missing something here?
Thank you