Alexander Trauzzi
Alexander Trauzzi

Reputation: 7396

How do I enable the Google Classroom APIs for my testing & development GSuite Organization?

It's pretty much all in the title, but I'd like to develop against the GSuite for Education APIs. Unfortunately, the approvals process rejected me specifically because I'm not an educational institution. This is despite me indicating that I'm a business looking to develop an application targeting the education APIs...

I go to this URI, but it doesn't give me anything helpful:

Snapshot of Page

Given that none of those options result in me getting a test domain, how am I supposed to develop against these APIs without a test instance to mock data with?

Upvotes: 0

Views: 226

Answers (1)

ReyAnthonyRenacia
ReyAnthonyRenacia

Reputation: 17613

As far as testing goes, here's what worked for me.

  1. Went to the Sign-In page for Classroom.
  2. Created a classroom. Encountered a prompt, ticked it and continued. Classroom created. Then, I invited a test email as student.
  3. Went to the Javascript Classroom API Quickstart, copied the code and ran it.
  4. It works. Up to you to explore Classroom API methods further.

enter image description here

Upvotes: 1

Related Questions