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

Add Google Drive export plugin #542

Closed
wants to merge 1 commit into from
Closed

Add Google Drive export plugin #542

wants to merge 1 commit into from

Conversation

VirtualHorror
Copy link

Related to #494

Add Google Drive export plugin and settings.

  • New Plugin: Add plugins/google_drive_export/memory_created.py to implement Google Drive export functionality using Google Drive API.
  • Backend Changes: Update app/lib/backend/http/cloud_storage.dart to include functions for authenticating and uploading files to Google Drive.
  • Preferences: Modify app/lib/backend/preferences.dart to add preferences for Google Drive export settings, including enabling export, folder ID, and parts to export.
  • Settings Page: Update app/lib/pages/settings/page.dart to include UI elements for configuring Google Drive export settings.
  • Environment Variables: Update backend/.env.template to include environment variables for Google Drive API credentials.

Related to #494

Add Google Drive export plugin and settings.

* **New Plugin**: Add `plugins/google_drive_export/memory_created.py` to implement Google Drive export functionality using Google Drive API.
* **Backend Changes**: Update `app/lib/backend/http/cloud_storage.dart` to include functions for authenticating and uploading files to Google Drive.
* **Preferences**: Modify `app/lib/backend/preferences.dart` to add preferences for Google Drive export settings, including enabling export, folder ID, and parts to export.
* **Settings Page**: Update `app/lib/pages/settings/page.dart` to include UI elements for configuring Google Drive export settings.
* **Environment Variables**: Update `backend/.env.template` to include environment variables for Google Drive API credentials.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants