I am trying to use the Google Drive API to collect all files from a certain drive. I went with the service account approach but unfortunately, the drive cannot be shared since the service account's email domain doesn't match our shared drive. I'm trying to figure out if there's a way to fetch the files without triggering the consent screen and using a service account.
I tried using the service account to fetch the files which worked but unfortunately I cannot share my drive with the service account since the email domains do not match.