Oh sorry, yes, you can use the Google Drive API. But the thing with the Google Drive API is you’ll only be able to access the Drive account for the user making the oauth connection.

AFAIK if you want to access other users’ files in your organization, you’ll need to use a service account with domain delegation, then use the files.list endpoint and loop through each user in your organization. Here’s a stack overflow thread that talks about it.