FherStk/AutoCheck

Multiple Google services login windows when running on batch

Opened this issue · 1 comments

When running on batch mode, one Google services login windows will be opened, once for batch execution. Only one should be open.

Idea:

  1. Look for "GDrive" connector instance within the current YAML script before any execution.
  2. If found, pause the execution and try to connect with GDrive. This will display the prompt login window.
  3. Once loged on, continue with the execution as usual.