Questions tagged [google-classroom]

Classroom helps teachers create & organize assignments quickly, provide feedback efficiently & communicate with their classes. DO NOT post questions about the usage or the features of this product if they aren't directly related to programming.

Google Classroom is a cloud-based service and offers a Rest API.

The Google Classroom API can be used with Go, the Google Apps Script, Java, .NET, Node.js, PHP, Python, Ruby, iOS, and Android platforms, libraries, and programming languages.

Using the API you are able to Manage Coursework and submissions as well as the Google Classroom platform from both the User and Teacher's end.

Ask questions with the tag .

628 questions
0
votes
0 answers

Invitation Id not found

I know this is two-in-a-row, but they're different issues, so I thought it best to split them up. I'm getting problems with accepting invitations on behalf of students. I'm a super admin within the domain, and it works through the API explorer, but…
James
  • 86
  • 1
  • 7
0
votes
0 answers

Classroom API Access for Project Co-Owners

Context: I've been granted Classroom API and see it on my console Problem: I added another owner to my project but he doesn't see Classroom API listed in Enabled API's and Classroom API does not show up in search like it does for me. Questions:…
swidnikk
  • 546
  • 1
  • 3
  • 16
0
votes
1 answer

How to retrieve a list of students in a teacher's class in Google Classroom for Android App?

I have followed the Google Classroom tutorial on retrieving a list of a teacher's classes in Google Classroom (code below, relevant part from example Android code provided by Google). Now I would like to retrieve a list of students within a…
gbotha
  • 1,231
  • 17
  • 23
0
votes
2 answers

How can I create Classroom Share Button like link text?

I need to create share button as text(share on google classroom), not Icon. I read docs https://developers.google.com/classroom/guides/sharebutton but found info only about Icon. It's possible to create text link to share Classroom?
0
votes
0 answers

Google Classroom test account password reset

I forgot the password on my test teacher account for Google Classroom. Is there any way to get it reset? The normal login "forgot password" doesn't help since it will send the password to the test account (which I don't have access to). I could not…
0
votes
1 answer

can't enable classroom api in console

This question is essentially the same as Can't Enabled Classroom API to project and I can't enable Classroom API to project but there isn't a solution on either of these pages. Our domain has been whitelisted to use the Classroom API (I have had…
BrooksP
  • 1
  • 1
0
votes
1 answer

Why are the new profile scopes breaking requests to Google Classroom API in my app?

I have an application set up to access the Google Classroom API. I have it authorized and can pull Course and Roster data. It's updated to use the V1 calls, but when I add in the Profile.Name and Profile.Email scopes, I get the following error: { …
Hershey108
  • 38
  • 4
0
votes
1 answer

Implementing Google OAuth2 in Xamarin for Google Classrooms

Any idea when a Google Classroom library wil be available for Xamarin? I have tried the .NET and Android library, but the GoogleWebAuthorizationBroker and FileDataStore does not exist, and Xamarin doesn't cater for "urn:ietf:wg:oauth:2.0:oob" as a…
-1
votes
1 answer

Google Classroom API - studentSubmission - comment, grade, respond

Big picture - I want to build a bot to respond to my students on SHORT_ANSWER_QUESTION assignments -- I'm running into a couple of hurtles, but the biggest at this time is that there doesn't seem to be a way to give a comment along with a…
dStucky
  • 78
  • 5
-1
votes
1 answer

Precondition check failed

it is been a while I use Google Classroom API till now it went so well, but I want to use setScheduledTime method for the announcement but didn't work I am getting the following error Classroom service = new Classroom.Builder(HTTP_TRANSPORT,…
Nwekar Mahdi
  • 72
  • 1
  • 8
-1
votes
1 answer

Google Classroom API: Grade assignment created through the website

I have created an assignment on the google classroom website which I would like to grade using the Google Classroom API. Based on the documentation this can be achieved with the following. studentSubmission = { 'assignedGrade': 99, 'draftGrade':…
-1
votes
3 answers

PERMISSION_DENIED classroom api when turn in even when the course work was created using classroom api too

Hi Im developing a system wherein we integrate google classroom. So Im using the classroom API when turning in student submission. I got an error that says permission denied. I read from other article too that it got permission denied when…
sky
  • 1
  • 2
-1
votes
1 answer

Firebase sync problem with Android Studio app

I have a problem with Firebase: I would like to associate an app created with Android Studio, an archive created with the room class. I followed all the instructions, inserted the .json file, inserted all dependencies in the gradle, but when I…
-1
votes
1 answer

How to retrieve assignment, quiz marks from Google Classroom using api in php

I want to read assignments or quiz marks from Google Classroom using API for a project. But I can't find out how to read marks from Google Classroom. Please give me some suggestions and source code for reading assignments or quiz marks from Google…
-1
votes
1 answer

Google App Script - Classroom - Copy course

I want to copy a Classroom course with google app script. I can't find the method to do it. I guess it would be something like "Classroom.Course.copy (....)" can this be done? Thanks