Hello All,
I am experiencing the follow error message when using the canvas rest api {'message': 'user not authorized to perform that action'}. Specifically, the endpoint that returns the error sometimes is GET /api/v1/users/:user_id/courses/:course_id/assignments when retrieving assignments for a student. I have narrowed it down to students that are inactive in the course. I still need to get access to assignments that are graded for this student even if they are inactive. Our access token has full permission to all canvas resources so I am confused why I am getting this not authorized error.
Any insight would be extremely helpful. Thank You!