Skip to main content

All Questions

0 votes
1 answer
121 views

updateMask may only contain \"draftGrade\" or \"assignedGrade\" 400 error on patching student submission through Google classroom API

I'm trying to add grades to a student submission through the Google classroom api but I get an error message which is confusing me. It says I should be sending the draftGrade key as part of the ...
Francislainy Campos's user avatar
1 vote
0 answers
144 views

How to create course work for a Google Classroom project using API in php

I want to create a course work(Assignment) as a course teacher using Google Classroom API to itself for a project in PHP. To create an assignment which correct code I wrote? Give me some suggestions ...
Mahmud Hosen's user avatar
0 votes
1 answer
213 views

How to fixed Project Permission Denied problem for update draft grade and assigned grade of student submission

I want to update the draft grade and assigned grade from Google Classroom using API. I can update draft grade and assigned grade using the environment of Try this API cause I created a course manually ...
Mahmud Hosen's user avatar
1 vote
2 answers
456 views

How to fixed Project Permission Denied problem for update draft grade and assigned grade of student submission from Google Classroom

I want to update the draft grade and assigned grade from Google Classroom using API. The following problem is seen When I test to update the draft grade and assigned grades using Try this API. Problem:...
Mahmud Hosen's user avatar
1 vote
1 answer
161 views

How to update draft grade from Google Classroom using api in php

I am trying to updates draft grades from the dashboard created using Google Classroom API to the Google classroom itself for a project. I wrote the following codes but can't find the way out. How to ...
Mahmud Hosen's user avatar
0 votes
1 answer
287 views

How to retrieve draft grade from Google Classroom using api in php

I want to read draft grade marks from Google Classroom using API for a project. But I can't find out the draft grade. Already I've added some code to the quickstart.php file: require __DIR__ . '/...
Mahmud Hosen's user avatar
0 votes
1 answer
115 views

Issue with Google Classroom courses.courseWork.list "field_mask: Unknown field mask values: individual_students_options"

I need to query the partial fields for courseWork.list and courseWork.get so I am passing this value in fields as described in the documentation. But courseWork(individualStudentsOptions) API call ...
Veselin Bozhkov's user avatar
-1 votes
1 answer
766 views

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 ...
Mahmud Hosen's user avatar
0 votes
0 answers
60 views

How to share image to Google Classroom in iOS?

I want share an image within my application to Google Classroom. NSData* data = UIImagePNGRepresentation(_contentImageView.image); NSString* base64Str = [data base64EncodedStringWithOptions:0]; [[...
isuru's user avatar
  • 3,555
0 votes
1 answer
751 views

How can I get a list of published coursework from a class while authenticated as a student on google classroom API?

As stated in the question, I am trying to get a list of all published coursework from my classes. I have used googles "PHP quick start" page in the classroom API documentation (https://developers....
C. Lang's user avatar
  • 593
0 votes
1 answer
136 views

Application creates classroom invitation, but no email is being sent to student

After creating a classroom invitation the method classroom.create returns with the return status 200 but the user never receives email with the invitation message. I have given the the client id ...
MisterWalrus's user avatar
2 votes
1 answer
479 views

Setting Thumbnails for Google Classroom Coursework

We've been trying to get the custom coursework thumbnail working and have been unsuccessful so far. We've tried both a page URL and a url directly to a thumbnail image. We're using the PHP client ...
daprezjer's user avatar
  • 905
1 vote
2 answers
1k views

Batch requests with Google's Client Library with Javascript

I'm trying to request multiple records using google's client library api. I'm attempting to get a list of students and a separate list of assignments that are affiliated with a single google class. I'...
dedles's user avatar
  • 667
0 votes
1 answer
410 views

How to set Student Post Permissions from Google Classroom API

The Google Classroom API (with the google-php-api-client) allows a web application to create courses, and enroll Students in that course. However, the Google Classroom web site, under the Students tab,...
JonathanEyre's user avatar
1 vote
0 answers
173 views

How can I elegantly request Google Classroom api access through Google Sign-In on android?

I am developing an android app that includes functionality for interaction between Google Classroom and Google Drive. The problem is, it seems that the Google Classroom API is fairly limited and not ...
Gavin Killough's user avatar