Hi Everyone. I have been messing with on and off for a few days. I have a smartsheet that I’m watching for a row to be entered. Its populated by a form. I’m then grabbing the attachments in that row. It brings all the information through and I can see the data in the output. I have the below URLs. They are populated with the correct data. I then run an http Make Request. Then it tells me the URL does not exist. I have the access token etc. Its just that request its not noticing. I was wondering if anyonne else came across this issue?
https://api.smartsheet.com/2.0/sheets/{sheetId}/rows/{rowId}/attachments
The above lists all the attachments which it does.
https://api.smartsheet.com/2.0/attachments/{attachmentId}/download
I then itterate through all the attachments and get their IDs. I update this URL but still no luck.
HELP!!