Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google Drive Integration App #1165

Merged
merged 2 commits into from
Oct 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions community-plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -733,6 +733,29 @@
},
"deleted": false
},
{
"id": "omi-google-drive-integration",
"name": "Google Drive",
"author": "@salman.m",
"description": "Connect to Google Drive. Automatically sync OMI Memories and/or Transcripts, Action Items, and Plugin Data to Google Drive.",
"image": "/plugins/logos/gdrive.png",
"capabilities": [
"external_integration"
],
"external_integration": {
"triggers_on": "memory_creation",
"webhook_url": "https://omig.soundbrain.cc/webhook",
"setup_completed_url": "https://omig.soundbrain.cc/setup_check",
"setup_instructions_file_path": "/plugins/instructions/gdrive/README.md",
"auth_steps": [
{
"name": "Connect Google Drive",
"url": "https://omig.soundbrain.cc/intro"
}
]
},
"deleted": false
},
{
"id": "mental-health-friend",
"name": "Mental Health Friend",
Expand Down
54 changes: 54 additions & 0 deletions plugins/instructions/gdrive/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# 🔗 OMI + Google Drive Integration

Seamlessly connect your OMI conversations with Google Drive! 🚀

## 🌟 Features

- 📝 Capture OMI Memories and/or Transcripts in Google Drive
- 🗂️ Automatically create and organize files in a dedicated "OMI" folder
- 🔒 Secure OAuth2 authentication with Google
- 🔍 Easily accessible notes in Google Drive

## 🚀 Getting Started

### 1. Enable and Authorize the Integration

1. Visit Apps
2. Click on "Connect Google Drive"
3. Log in to your Google account (if not already logged in)
4. Authorize OMI to access your Google Drive
Comment on lines +16 to +19
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue

Add more detailed setup instructions and prerequisites.

The setup instructions need more context and detail:

  • Specify where to find the "Apps" section
  • Add prerequisites (e.g., required Google account type, permissions needed)
  • Include screenshots or visual aids for the setup process
  • Document expected behavior and potential error scenarios

Consider adding a "Prerequisites" section before "Getting Started":

## 📋 Prerequisites

- A Google Workspace or personal Google account
- OMI application version X.X or higher
- Required permissions: [list specific permissions]


### 2. Configure the Integration

After authorization, you'll be redirected to the configuration page. Here's what you need to set up:

1. **Configure Content**:
- Select what to include in each entry:
- Overview
- Transcript
- Action Items
2. Click "Save Configuration" to complete the setup.

## 📝 Important Notes

- Only selected data from OMI will be sent to your Google Drive.
- Your Google account remains secure and is only accessed as per the permissions you grant.
- You can always change these settings later by revisiting the configuration page.
- Files are created in a dedicated "OMI" folder in your Google Drive.

## 🆘 Need Help?

If you encounter any issues or have questions, please reach out to our support team or check our documentation for more detailed information.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue

Provide specific support channels and troubleshooting steps.

The help section should include:

  • Direct links to support resources
  • Common troubleshooting steps
  • Known limitations or issues
  • Specific contact methods for technical support

Consider adding:

### 🔍 Troubleshooting

Common issues and solutions:
1. Authorization fails: [steps to resolve]
2. Files not syncing: [steps to resolve]
3. Permission errors: [steps to resolve]

### 📞 Support Channels

- Technical Support: [contact information]
- Documentation: [link]
- Community Forum: [link]


Enjoy seamless integration between OMI and Google Drive! 🎉

## About Google Drive

Google Drive is a cloud storage service that allows you to store files online and access them anywhere from any smartphone, tablet, or computer. It offers features like:

- 📂 File storage and synchronization
- 🔒 Secure sharing and collaboration
- 📄 Integration with Google Workspace apps
- 🌐 Access from any device

By integrating OMI with Google Drive, you can effortlessly store and organize your meeting insights, making them easily accessible and actionable within your cloud storage.
Comment on lines +1 to +54
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🛠️ Refactor suggestion

Consider adding a table of contents.

For better navigation in longer documentation, consider adding a table of contents at the beginning of the document. This will help users quickly find relevant sections.

Add after the introduction:

## 📑 Contents

- [Features](#-features)
- [Prerequisites](#-prerequisites)
- [Getting Started](#-getting-started)
- [Important Notes](#-important-notes)
- [Troubleshooting](#-troubleshooting)
- [About Google Drive](#about-google-drive)

Binary file added plugins/logos/gdrive.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.