preetiverma1
6 years agoQrew Member
Re: read the docx file in the document attachment
Hi Austin,
Yes i used requests.request("GET", url). I successfully achieved the data
data -- title, description and attachment document.
now i am trying to read the doc document but i am getting the CCS data on the page instead of the text on the docx document when i used the formula URL for the attachment.
when i used the same approach local so my code is working fine but i used for the QB its not working fine.
so how can i do or need to change the approach??
Thanks
------Original Message------
Can you explain how you are trying to read the data with Python(SDK or just Requests)? Maybe post the code you are using? It should be a pretty simple GET request to the URL of the file if you boil it down to the basics. Once you get the data returned are you doing anything else with it?