Google Meet Media API Returning Error 404 Method Not Found

I'm trying to use the Meet Media API. I've been following through the quickstart and deployed the app to App Engine: https://developers.google.com/workspace/meet/media-api/guides/ts

In the app, I can succesfully authenticate and create a client. But when I click join meeting, I always get this:

POST https://meet.googleapis.com/v2beta/spaces/czf-ihhw-qxq:connectActiveConference

Response:

{error: {code: 404, message: "Method not found.", status: "NOT_FOUND"}}

I even thought that maybe I was getting the meetingCode wrong, so I used meet/v2 API to get the space code, trying this request:

POST https://meet.googleapis.com/v2beta/spaces/y_kt1oiGGO4B:connectActiveConference 

But still got 404 method not found. I can confirm the conference exists because I was able to GET it from the Meet Rest API v2;

Has anyone managed to succesfully run the quickstart example for this new API? What is going on?

0 0 88
0 REPLIES 0
Top Solution Authors