Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey
Filter by
Sorted by
Tagged with
1 vote
1 answer
161 views

When creating coursework via the Google Classroom API, there is a method called setGradeCategory(), which takes a grade category object as input. When setting the grade category, the assignment is ...
AnthonyF's user avatar
0 votes
1 answer
134 views

After listing coursework and iterating through each, creation of the coursework in another classroom fails. The coursework is found ("Activity 1: Introductions"), but get this set of errors....
Class Admin's user avatar
0 votes
2 answers
146 views

Attempting to retrieve course materials using the code below reports "no Materials found" but the Classroom has multiple entries as Posted and Draft. All scopes are in place and a similar ...
Class Admin's user avatar
0 votes
1 answer
128 views

I am trying to retrieve Topics, courseWork and Materials from a classroom to eventually populate a new class (in another step), but I am failing at the first hurdle since the call to the source ...
Class Admin's user avatar
0 votes
1 answer
66 views

def grade_submissions(service, course_id, coursework_id, submissions, grade): for submission in submissions: submission_id = submission.get('id') # Get the submission ID try: ...
davidocodes's user avatar
0 votes
1 answer
106 views

Is it possible to implement Google OAuth in client-side code so that I can call googleapis with an OAuth Object as follows: const studentData = await classroom.courses.students.list({ courseId, ...
bit07123's user avatar
0 votes
1 answer
296 views

In the authentication process for accessing user resources through the Classroom API, I get a error with status code 404 return right after sending the authorization token to the Classroom API and ...
Manuel Cera Vera's user avatar
0 votes
1 answer
80 views

I am trying to get the list of courseWork for a specific course. I access an iteration of the courses and when the appropriate course arrives successfully I use the following code to get the ...
Manuel Cera Vera's user avatar
0 votes
1 answer
194 views

I am getting a 400 admin_policy_enforced error, with no other information, when a student tries to login to my service via oauth2 with google. We are testing the service with 2 separate schools ...
Corey Wolff's user avatar
0 votes
1 answer
110 views

From elswhere in stack exchange, I have found references to these code snippets working successfully, but fail when I run them. Two sets of code below both of which result in an error - 'the requested ...
Class Admin's user avatar
0 votes
1 answer
230 views

I noticed that my code was wrong when trying to calculate the overall grade in Google Classroom. I decided to check some values through a spreadsheet. However, I noticed that even when I calculate ...
bit07123's user avatar
1 vote
0 answers
93 views

Google classroom invite emails are not being sent. The user does not receive emails or even show up in their google classroom home page. However when I check the people tab they are there. It shows ...
randy Jorton's user avatar
1 vote
0 answers
65 views

I tried to fetch the details of a student for a particular assignment in Google Classroom using the following API: /v1/courses/{courseId}/courseWork/{courseWorkId}/studentSubmissions. From this API, I ...
Chinmay Pohankar's user avatar
0 votes
1 answer
220 views

With the code of the method that I put below I try to obtain the list of add-on attachments of a Classroom assignment. I access with the account of the teacher of the class and as you can see at the ...
Manuel Cera Vera's user avatar
1 vote
0 answers
134 views

errors: [ { message: '@ProjectPermissionDenied The Developer Console project is not permitted to make this request.', domain: 'global', reason: 'forbidden' } ], When I try to create ...
Munkhchuulga Enkhbayar's user avatar

15 30 50 per page
1
2 3 4 5
…
43