Local Mode
Pinned Workspace
Active Board
| Title | Type | Priority | Tags | Updated | Actions |
|---|
ESC
Use ↑↓ to navigate, Enter to execute
Edit Item
Sync Settings
Google Drive Synchronization
Store your notes and tasks securely inside a hidden appDataFolder on your personal Google Drive.
This makes your database accessible from any device.
How do I configure this? (GCP Setup Steps)
- Go to the Google Cloud Console.
- Create a new project named Rycode Workbench.
- Search for and enable the Google Drive API inside your project.
- Configure the OAuth consent screen (select External/Internal, set scopes to include
.../auth/drive.appdata). - Navigate to Credentials, click Create Credentials → OAuth client ID.
- Select Web application as application type.
- Add Authorized JavaScript Origins:
http://localhost:4321(for local development)https://rycode.dev(for production)
- Copy the generated Client ID and paste it below.