Compilation error for latest GSuite Activities

Hi,
I’m getting compilation error with v2.6.24 of UiPath.GSuite.Activities
If I use v2.5.10, the project runs and compiles fine.

Using Studio 2023.10.6 with Enterprise license.

Packages used in the Attended automation:
“Autossential.Configuration.Activities”: “[1.1.0]”,
“UiPath.DataService.Activities”: “[24.7.1]”,
“UiPath.Excel.Activities”: “[2.23.5]”,
“UiPath.Form.Activities”: “[24.10.2]”,
“UiPath.GSuite.Activities”: “[2.5.10]”,
“UiPath.IntelligentOCR.Activities”: “[6.19.6]”,
“UiPath.Mail.Activities”: “[1.23.11]”,
“UiPath.PDF.Activities”: “[3.19.1]”,
“UiPath.Persistence.Activities”: “[1.5.9]”,
“UiPath.System.Activities”: “[24.10.4]”,
“UiPath.Testing.Activities”: “[24.10.1]”,
“UiPath.UIAutomation.Activities”: “[24.10.3]”,
“UiPath.WebAPI.Activities”: “[1.21.0]”

There are a bunch of errors in the log before it throws the compilation cancelled message; most of them are related to a missing “Api” namespace in UiPath.GSuite.Activities:

Ideally I would like to use the latest version for all dependencies used in my automation. Is there an obscure setting or something I missed or is this a bug? Thanks

For completeness, this is the compilation error when using the latest GSuite Activities.
2024-09-09 10_59_37 - UiPath Studio

There are no unused imports to remove…

Hi @sudster

Updata all the dependencies to the highest version by making run time rule as lowest applicable version click on update and save.

Thank you for the suggestion; I’ll check this out.