We just upgraded our google drive account to unlimited. I'm trying to get google drive activity by calling: https://www.googleapis.com/admin/reports/v1/activity/users/all/applications/drive
Even though I know there has been upload and download and other activity I always get the following request body response. What am I doing wrong?
{
"kind": "admin#reports#activities",
"etag": "\"K7weO5KXLrPU3p64O3h2OrP24p0/Vx72S7w5bR8cVoa6z9PWL7D5sM0\""
}
note I didn't get new credentials after I upgraded the account to unlimited. I assumed my access token still works after the upgrade.
Thanks Al