I would like to know if there's is an efficient way to know the storage used by a shared drive in Google Apps Script.
I have noted that Drive.Drives.get(drive_id) (v3) returns tons of properties about shared drive; however, it doesn't provide any information about "Storage Used", which is useful for management.