The problem: I get an empty result when accessing the activity audit oauth token with eventName=activity in google-admin-sdk.
What I've tried: GET https://www.googleapis.com/admin/reports/v1/activity/users/all/applications/token?eventName=activity
If I filter the event with eventName=authorize I see all the expected results. I'm accessing the api with an oauth token that was issued by an admin and has scope=https://www.googleapis.com/auth/admin.reports.audit.readonly
The output should not be empty since I have used many google oauth tokens in third party apps that access my data in google
Some help on this matter? Thanks! :)