I'm using the API REST Resource: userUsageReport [https://developers.google.com/admin-sdk/reports/reference/rest/v1/userUsageReport].
Everything was great until this week. This week I started to get a lot of warnings. The strange part is that if I query August 31st and August 29th I get a lot of warnings, but If I query August 30th, it's ok
"warnings": [
{
"code": "PARTIAL_DATA_AVAILABLE",
"message": "Data for date 2021-08-31 for application gmail is not available right now, please try again after a few hours.",
"data": [
{
"key": "date",
"value": "2021-08-31"
},
{
"key": "application",
"value": "gmail"
}
]
},
{
"code": "PARTIAL_DATA_AVAILABLE",
"message": "Data for date 2021-08-31 for application accounts is not available right now, please try again after a few hours.",
"data": [
{
"key": "date",
"value": "2021-08-31"
},
{
"key": "application",
"value": "accounts"
}
]
},
{
"code": "PARTIAL_DATA_AVAILABLE",
"message": "Data for date 2021-08-31 for application docs is not available right now, please try again after a few hours.",
"data": [
{
"key": "date",
"value": "2021-08-31"
},
{
"key": "application",
"value": "docs"
}
]
},
{
"code": "PARTIAL_DATA_AVAILABLE",
"message": "Data for date 2021-08-31 for application gplus is not available right now, please try again after a few hours.",
"data": [
{
"key": "date",
"value": "2021-08-31"
},
{
"key": "application",
"value": "gplus"
}
]
},
{
"code": "PARTIAL_DATA_AVAILABLE",
"message": "Data for date 2021-08-31 for application classroom is not available right now, please try again after a few hours.",
"data": [
{
"key": "date",
"value": "2021-08-31"
},
{
"key": "application",
"value": "classroom"
}
]
},
{
"code": "PARTIAL_DATA_AVAILABLE",
"message": "Data for date 2021-08-31 for application drive is not available right now, please try again after a few hours.",
"data": [
{
"key": "date",
"value": "2021-08-31"
},
{
"key": "application",
"value": "drive"
}
]
}
],
Any ideais why it's happening?