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
The graph /me/drives endpoint makes a ListStorageSpaces call and then:
a GetQuota call in drives.go:getDriveQuota() which we should fetch with the ListStorageSpaces call
a GetPath and a Stat call in driveItems.go:getSpecialDriveItem when fetching getExtendedSpaceProperties which we should either cache or receive from the initial ListStorageSpace call as well.
Related
#4586 tries to make requests cheaper by making fetching the root optional. BUt we still need to make these requests cheap as desktop clients will poll this endpoint
The text was updated successfully, but these errors were encountered:
The graph
/me/drives
endpoint makes a ListStorageSpaces call and then:Related
#4586 tries to make requests cheaper by making fetching the root optional. BUt we still need to make these requests cheap as desktop clients will poll this endpoint
The text was updated successfully, but these errors were encountered: