636 questions
0
votes
1
answer
45
views
App script to remove students from a classroom
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 ...
0
votes
0
answers
51
views
Google Classroom Overall Grades are Off
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 ...
1
vote
0
answers
53
views
Google Classroom API Invitations not sending emails
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 ...
1
vote
0
answers
51
views
Submission History of student is mismatched
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 ...
0
votes
1
answer
152
views
Permission error accessing attachments of a Classroom assignment with c#
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 ...
1
vote
0
answers
55
views
How to fix '@ProjectPermissionDenied The Developer Console project is not permitted to make this request.'
errors: [
{
message: '@ProjectPermissionDenied The Developer Console project is not permitted to make this request.',
domain: 'global',
reason: 'forbidden'
}
],
When I try to create ...
0
votes
0
answers
46
views
Google Classroom API Assign Coursework To Students
I'm trying to create a script that will assign students by ID to coursework. The code appears to be working, but I'm getting a 500 response from the server. Any idea what I'm doing wrong? I've tried ...
1
vote
0
answers
36
views
Classroom API registrations().create() | Return "The caller does not have permission"
I want to create a push notification subscription, I delegated domain-level rights to Google Workspace, granted IAM rights to [email protected], but it didn't work, ...
0
votes
0
answers
44
views
How to create a course in Google Classroom from Flutter
I am trying to create a course in Google Classroom from an app in Fluter. I am trying to make a button, when clicking, execute a method, in which the necessary values are already loaded, but it ...
0
votes
0
answers
38
views
Classroom API return after creating registrations "The caller does not have permission"
I want to create a push notification subscription, I delegated domain-level rights to Google Workspace, granted IAM rights to [email protected], but it didn't work, ...
-1
votes
1
answer
92
views
How to get all coursework due in the future with Google Classroom API? [closed]
I want to fetch all coursework currently due and insert it, formatted, into a Google Sheet. That means all coursework that has a due date in the future. I've never used the Google Classroom API. How ...
1
vote
1
answer
92
views
google oauth2 scopes and consent dialog UI
https://developers.google.com/identity/protocols/oauth2/scopes#google-sign-in
if I fire off the consent WITHOUT the scopes 'profile' and 'email'. I will still get the UI.
Saying "By continuing, ...
0
votes
1
answer
129
views
How can I add a student (@gmail.com) to a Classroom class created inside my organization via Apps Script?
I have admin permissions in an Google Workspace organization, and I want to invite an external user (@gmail.com) as a student in a Classroom class, using Classroom API inside Google Apps Script.
...
0
votes
1
answer
24
views
How can I be able to make groups in my classes?
One of the teachers in my building showed me where she could make groups when assigning classwork to students. There is not that option on mine. I have tried going to the "People" tab and ...
0
votes
1
answer
52
views
Questions about using the Classroom Api to submit content for student assignments
I'm trying to use Google Classroom's Rest resources (https://developers.google.com/classroom/reference/rest/v1/courses.courseWork.studentSubmissions#StudentSubmission) to implement a student posting ...