AWS上のGoogleスプレッドシートを操作する準備

こんにちは
UiPath Studio 2026.0.182STS Community editionのユーザーです。

初めてAWS上のGoogleスプレッドシートをUiPathで操作することになりました。
必要な準備は下記の2つでよろしいでしょうか?

1.Google Cloud ConsoleでOAuth認証を設定
2.UiPath StudioでGoogle GSuiteパッケージをインストール

Hi @gorby,

Yes, both steps are required for UiPath Studio 2026 Community on AWS to work with Google Sheets.

OAuth Setup: In Google Cloud Console, create a project, enable Sheets/Drive APIs, set OAuth consent screen, and get Client ID/Secret for “Bring your own OAuth app” in UiPath Integration Service.

Package Install: Add UiPath.GSuite.Activities (or IntegrationService.Activities) via Manage Packages for Sheets activities like Read/Write Range.

AWS Note: Ensure outbound internet on your instance for API calls use Integration Service for auth.