FherStk / AutoCheck

Multipurpose and extensible automated assignment validator, designed for academic purposes only, which has been developed using C# over .NET 6.0.
https://fherstk.github.io/AutoCheck/html/
GNU Affero General Public License v3.0
5 stars 1 forks source link

Multiple Google services login windows when running on batch #80

Open FherStk opened 2 years ago

FherStk commented 2 years ago

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

FherStk commented 2 years ago

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.