Parameter applicationName must conform to the pattern (Google Report API)
问题 I neet to get the google hangouts meet data by java code and I am trying the google report api the following is my code String userKey = "all"; String applicationName = "meet"; String eventName = "call_ended"; Activities result = service.activities().list(userKey, applicationName).setEventName(eventName).setMaxResults(10).execute(); and the response is Parameter applicationName must conform to the pattern (admin)|(calendar)|(drive)|(login)|(token) the api I am trying is this, i can get the