I use the G Suite account create by ADMIN_DIRECTORY_USER api, and trying to use the follow link to get data of google hangouts meet I just create(by the account i create)
the following is my parameters and link
userKey : all
applicationName : meet
eventName : call_ended
https://developers.google.com/admin-sdk/reports/v1/appendix/activity/meet
the response i get is
{
"error": {
"errors": [
{
"domain": "global",
"reason": "authError",
"message": "Access denied. You are not authorized to read activity records.",
"locationType": "header",
"location": "Authorization"
}
],
"code": 401,
"message": "Access denied. You are not authorized to read activity records."
}
}
Can anyone help please! thanks