For the life of me, I can’t get the Google Service Account credentials to work when adding a user to impersonate. I have everything set up including domain-wide delegation. When impersonate is turned off, credential connects just fine. When its on, it errors out. I also tried to continue run Drive node with the error in credential but it failed.
401 - {“error”:“unauthorized_client”,“error_description”:“Client is unauthorized to retrieve access tokens using this method, or client not authorized for any of the scopes requested.”}
Please share your workflow
Schedule Trigger > Search Google Drive Files/Folders
Thanks, I did end up having to use OAuth, but this is not preferred for me. The biggest reason I wanted to use impersonation is because each employee will have to have a separate workflow and I wanted to prevent issues with passwords. Easiest is to just impersonate! Hoping one day I can get this fixed!