FherStk / AutoCheck

Multipurpose and extensible automated assignment validator, designed for academic purposes only, which has been developed using C# over .NET 6.0.

Home Page:https://fherstk.github.io/AutoCheck/html/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple Google services login windows when running on batch

FherStk opened this issue · comments

commented

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

commented

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.