This project is archived. Google has deprecated third-party authentication for Google Keep API for personal accounts (since January 2025).
- ⛔ No longer maintained
- ❌ Authentication broken - Google deprecated app password auth for Keep API
- 📭 Archived - No further development planned unless Google restores personal account access
Google has effectively shut down third-party Keep API access for personal Gmail accounts. Both the gkeepapi library and gpsoauth authentication method now fail with "BadAuthentication" errors.
This affects:
- This plugin
- All apps using
gpsoauthfor Keep API - Most third-party Google Keep integrations
If Google re-enables personal account access to Keep API:
- The authentication flow would need to be updated to work with the new requirements
- Check the gkeepapi issues for updates
- This repository can be re-activated if a solution is found
- Auto-sync files to Google Keep on save
- App Password authentication (no OAuth complexity)
- ARM64 Windows optimized
- Copy
GoogleKeepSync.dllandkeep_bridge.pyto:%LOCALAPPDATA%\Programs\Notepad++\plugins\GoogleKeepSync\ - Install dependencies:
pip install gkeepapi gpsoauth - Restart Notepad++
Options if you need Keep + Notepad++ integration:
- Google Takeout - Export Keep notes periodically
- Manual copy/paste - Use Keep web interface
- Alternative services - Consider Evernote, OneNote, or Notion
- Enterprise accounts - Google Workspace accounts may still have Keep API access
MIT License - See LICENSE file
Archived: February 2026
Last working commit: N/A - Authentication was deprecated before full functionality was achieved