- File Discovery, list files, upload/download files
- Content Retrieval
- Automated Management
- Collaborative Context
Prerequisites
-
Set up Google Authentication:
-
- Go to the Google Cloud Console.
-
- Navigate to “APIs & Services” > “Credentials”.
-
- Select your OAuth 2.0 Client ID from the list.
-
- In the “Authorized redirect URIs” section, click “Add URI”.
-
- Enter the complete redirect URI, with the port number included (e.g., http://localhost:5050).
-
- Click “Save” to apply the changes.
-
-
Set up environment variables to specify the
GOOGLE_AUTH_PORTandGOOGLE_CLOUD_QUOTA_PROJECT_ID.