How to download work item attachments using Zoho Sprints API?
Hello, Community!
When I try to download it using the same credentials with scope ZohoSprints.items.ALL I get the 401 status and the response with the message "Invalid Oauth Scope".
Which scope do I have to use?
I'm able to download the file using this link in a browser when I logged in, but I am looking for a way to download it programmatically .
The same result I get when I try to read the list of work item's attachments using the same URL with GET method /team/{teamId}/projects/{projectId}/sprints/{sprintId}/item/{itemId}/attachments/. The same link in the response as in Additemattachments.