Hi! I am a student messing around with the canvas API using React and seeing all the different things I can access from my classes. I wanted to be able to get the grades and statistics for each of the assignments in my courses, but have been running into "user not authorized to perform that action" errors. I was wondering if there is a workaround to this, or if I am doing something wrong in my code.
Note: I have been using my personal API key to access this information, but have replaced in the code below for privacy. One image is of my server.js file, another is of my main React component. Thank you in advance for any help!