I have this project which uses Gsuite activities. On my first sequence, I use Read Range activity inside my Gsuite application scope then the process will start, at the end of the process I will use Google Drive activity to upload my file to gdrive, I also put the Upload File activity to my Gsuite application scope. My question is how to prevent the Oauth2 Authentication to pop up? They have the same ClientID and ClientSecret
In the DataStoreLocation try to set it to Local disk. Normally after the first OAuth, it shouldn’t ask again the consent if you are using the same credentials.
Hi @marian.platonov and @DIBYAPRAKASH_PRADHAN I already set those configuration on my properties and configure scopes but I still encounter the same problem
Does anyone knows what is the workaround here? On the properties of the Gsuite App scope I only fill out the ClientID and ClientSecret. Also I have the same configuration scope but the Oauth2 authentication still ask me everytime I run my project.