Google Drive Integration Issue




I am facing a strange issue. I integrated Google Drive API on Retool and have this workflow set up where I create CSV file and upload it on my drive. So when I ran the automation by run button in the workflow there was no issue. However when I set the workflow to run on a schedule or by webhook trigger. It gets authentication error. Can anyone help me here, I don't understand why manual run shows no issue but webhook or schedule run does?

On console.cloud I use a private app

Hi @Bilal_Asad,

I believe the issue is due to the permissions for automated runs verses manual runs.

Manual runs will prompt users to 'auth in' to the resource, while automated runs cannot auth in since there is no human interaction. If you want to use a resource in automated runs, I believe you need to remove the authentication layer :thinking:

Hi @Bilal_Asad,

Just wanted to check in if you still have this issue!