The browser is currently showing the Google sign-in page. Please:
- Enter your Google account email
- Click "Next"
- Enter your password
- Complete any 2FA if required
After signing in, you'll see the Google Cloud Console. If you don't have a project yet:
- Click on the project dropdown at the top (shows "Select a project")
- Click "New Project"
- Enter project name:
Foundries Devices Export - Click "Create"
- Wait for project creation (takes ~10 seconds)
- Select the new project from the dropdown
Once you have a project selected:
- The browser should navigate to:
https://console.cloud.google.com/apis/library/sheets.googleapis.com - Click the "Enable" button (blue button on the page)
- Wait for API to enable (~5 seconds)
After API is enabled:
- Go to: APIs & Services → Credentials (in the left sidebar)
OR navigate directly to:
https://console.cloud.google.com/apis/credentials - Click "Create Credentials" button (top of page)
- Select "Service Account"
- Fill in:
- Service account name:
foundries-export - Service account ID: (auto-filled)
- Description:
Service account for Foundries devices export to Google Sheets
- Service account name:
- Click "Create and Continue"
- Skip role assignment (click "Continue")
- Click "Done"
- You'll see your service account in the list
- Click on the service account name (
foundries-export) - Go to the "Keys" tab
- Click "Add Key" → "Create new key"
- Select "JSON" format
- Click "Create"
- The JSON file will download automatically
After the file downloads:
- Find the downloaded file (usually in
~/Downloads/) - Copy it to the project root:
cp ~/Downloads/foundries-export-*.json /home/ajlennon/data_drive/esl/mcp-remote-testing/credentials.json
cd /home/ajlennon/data_drive/esl/mcp-remote-testing
python3 export_to_google_sheets.py --factory sentai- Google Sheets API: https://console.cloud.google.com/apis/library/sheets.googleapis.com
- Credentials Page: https://console.cloud.google.com/apis/credentials
- Service Accounts: https://console.cloud.google.com/iam-admin/serviceaccounts
The browser will help you:
- Navigate to the correct pages
- Click the right buttons
- Fill in forms
- Download the credentials file
Let me know when you've signed in and I'll continue guiding you through the browser!