I’m trying to use a non-user account(specifically a Google Service Account) to connect to my Google Could Storage bucket. Currently, I’m able to connect using OAuth + Google User account but it looks like N8N doesn’t support the Service Account credential.
The reason I want to do this is to avoid disruption to the workflow in the event the Google user account is disabled/deleted or password expires.
Thanks