Skip to main content
Enable Agno agents to read, create, update and duplicate Google Drive files.
  • File Discovery, list files, upload/download files
  • Content Retrieval
  • Automated Management
  • Collaborative Context

Prerequisites

  • Set up Google Authentication:
      1. Go to the Google Cloud Console.
      1. Navigate to “APIs & Services” > “Credentials”.
      1. Select your OAuth 2.0 Client ID from the list.
      1. In the “Authorized redirect URIs” section, click “Add URI”.
      1. Enter the complete redirect URI, with the port number included (e.g., http://localhost:5050).
      1. Click “Save” to apply the changes.
  • Set up environment variables to specify the GOOGLE_AUTH_PORT and GOOGLE_CLOUD_QUOTA_PROJECT_ID.

Run the Example

For details, see Google Drive cookbook.