You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exporting accurate Quota values for OneDrive for Business sites that can be used for capacity planning analysis.
For this purpose, I have to use Microsoft Graph.
The values returned for Quota.Used do not match the values from Admin Portal, under User Details Panel > OneDrive.
The differences are not small, they can get to up to 600GB.
Even more, in some cases Quota.Remaining > Quota.Total and this leads to Quota.Used to have a negative value.
I have double checked this using Powershell Module Microsoft.Online.SharePoint.PowerShell.
Cmdlet Get-SPOSite -IncludePersonalSite:$true -Limit All -Filter "Url -like 'https://***-my.sharepoint.com/personal/'" | select Url , StorageUsageCurrent, StorageQuota returns StorageUsageCurrent with the same value as the one displayed in Admin Portal under User Details Panel > OneDrive
Steps to Reproduce
I have not been able to reproduce the issue on another tenant until now, as I do not know the cause.
Category
Expected or Desired Behavior
Exporting accurate Quota values for OneDrive for Business sites that can be used for capacity planning analysis.
For this purpose, I have to use Microsoft Graph.
Observed Behavior
I have used following methods:
The values returned for Quota.Used do not match the values from Admin Portal, under User Details Panel > OneDrive.
The differences are not small, they can get to up to 600GB.
Even more, in some cases Quota.Remaining > Quota.Total and this leads to Quota.Used to have a negative value.
I have double checked this using Powershell Module Microsoft.Online.SharePoint.PowerShell.
Cmdlet Get-SPOSite -IncludePersonalSite:$true -Limit All -Filter "Url -like 'https://***-my.sharepoint.com/personal/'" | select Url , StorageUsageCurrent, StorageQuota returns StorageUsageCurrent with the same value as the one displayed in Admin Portal under User Details Panel > OneDrive
Steps to Reproduce
I have not been able to reproduce the issue on another tenant until now, as I do not know the cause.
Thank you.
[ ]: http://aka.ms/onedrive-api-issues
[x]: http://aka.ms/onedrive-api-issues
The text was updated successfully, but these errors were encountered: