-
Notifications
You must be signed in to change notification settings - Fork 469
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
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 | ||
|
||
### 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. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Provide specific support channels and troubleshooting steps. The help section should include:
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
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add more detailed setup instructions and prerequisites.
The setup instructions need more context and detail:
Consider adding a "Prerequisites" section before "Getting Started":