priyasirohi09 / joplin

Other
2 stars 91 forks source link

Added google drive as a provider to sync notes. #257

Open NareshBiradar1 opened 3 months ago

NareshBiradar1 commented 3 months ago

This pull request introduces Google Drive as a new provider for syncing notes. It includes updates to both the frontend and backend to support Google Drive integration.

Frontend Changes

Backend Changes

Changes Summary

Setup Instructions

  1. Environment Variables:
    • Ensure the following environment variables are set in your .env file:
      • GOOGLE_CLIENT_ID
      • GOOGLE_CLIENT_SECRET
  2. Backend Configuration:
    • Update your backend to handle the /auth/google/callback route for Google authentication.

Testing

Additional Notes

This update provides users with an additional option for syncing their notes across various cloud platforms, improving flexibility and integration options.