Reputation: 13
Scenario: I scheduled a meeting from 12 PM to 1 PM, but it started at 12:30 PM and ended at 2 PM. The same thing happened again at 2:30 PM to 4 PM in the same meeting. Now, I want to know the actual time when the meeting happened. So for that I use https://developers.google.com/meet/api/guides/overview Google Meet API. But I'm not able to enable Google Meet Service in Google cloud console.
I try to add scopes for this API https://developers.google.com/meet/api/reference/rest/v2beta/conferenceRecords.participants.participantSessions/list and it should be return participants session details but got 403 error.
Upvotes: 0
Views: 698
Reputation: 99
It seems you need to go to Google Cloud Console, and then enable it from there. You will then have to create credentials (either service account, Oauth2 or api_key) and use that in your API calls.
Upvotes: 0