Determine Google account

Once a job has been set up to backup to Google Drive, there is no way to see which Google account is being used… It would be great if the account was stored or posted at the time of the AuthID. I have many gmail accounts and I also manage a few G Suites with numerous users which makes it difficult to determine where files are being backed up to… I also run the risk of deleting a backup should I close an account, especially in G Suite.

1 Like

I cannot remember how the Google OAuth works in detail, but generally OAuth does not reveal the user identity, it returns an opaque ID for the user.

Maybe there is an API we can call with the OAuth token to get the displayname and possibly the email address.