Google Drive Activity Viewer

Enter your Google Cloud credentials to securely authorize and view recent activity in your Google Drive.

Important Security Notice:

You are about to enter your Google Cloud Client ID. This tool is intended for personal use or development purposes only, where you are using your own credentials to access your own data.

This tool uses Google's client-side OAuth 2.0 flow for authorization, which only requires your Client ID (not the Secret).

Your OAuth 2.0 Client ID from Google Cloud Console.

Set how many activity items to fetch (max 1000).

About This Tool

Detailed Setup Instructions

Complete Step-by-Step Guide

1. Create a Google Cloud Project

2. Enable Required APIs

  • Navigate to API Library
  • Search for and enable "Drive Activity API"
  • Also enable "Google Drive API" for metadata access

3. Configure OAuth Consent Screen

  • Go to OAuth Consent Screen
  • Set up your app name, user support email, and developer contact information
  • Add the following scopes: drive.activity.readonly and drive.metadata.readonly
  • For personal use, you can keep your app in "Testing" status

4. Create OAuth 2.0 Client ID

  • Navigate to Credentials
  • Click "Create Credentials" and select "OAuth client ID"
  • Choose "Web application" as the application type
  • Add this page's URL under "Authorized JavaScript origins"
  • For example: https://lobster.chat or your domain where this page is hosted
  • Click "Create" to generate your Client ID

5. Using the Tool

  • Copy your new Client ID (it ends with .apps.googleusercontent.com)
  • Paste it into the Client ID field on this page
  • Click "Authorize & Connect"
  • In the Google sign-in popup, select your account and grant the requested permissions
  • After authorization succeeds, click "Fetch Activity" to load your Drive activity logs

Security Information: This application uses Google's official client-side OAuth flow, where all authentication happens directly between your browser and Google's servers. Your Client ID is only used to identify this application to Google, and we never see your Google account credentials or tokens. No activity data is processed or stored on our servers.

For more information, see Google's OAuth 2.0 documentation and Drive Activity API documentation.