Steps to reproduce:
- Create an assignment in a course in the Google Classroom UI as an instructor
- As the instructor, get an oauth2 token
- Call into the Google Classroom API as the instructor (PATCH /v1/courses/:courseId/courseWork/:assignmentId/studentSubmissions/submissionId)
This triggers a 403 permissions error: @ProjectPermissionDenied The Developer Console project is not permitted to make this request.
However, if I repeat the same steps using an assignment created via the API instead of the UI, everything works fine. I'm curious if this is a bug or if I'm doing something wrong.
Thanks,
Chris