Zoho Projects API request for Milestone & Tasklists Issue
Hi,
When i send a request to get all the milestone for a project below response is received
Request
Response
{
"error": {
"code": 6500,
"message": "General Error"
}
}
When i send a request to get all the task lists for a project below response is received
Request
Response
{
"error": {
"code": 6403,
"message": "Invalid OAuth scope."
}
}