Vinyl Vault

Personal Collection Database

0
Records
0
Artists
0
Genres
Drive: Not connected

☁ Google Drive Sync Setup

1 Create a Google Cloud Project

Go to console.cloud.google.com and create a new project (e.g. vinyl-vault).

Then go to APIs & Services → Library and enable the Google Drive API.

2 Configure OAuth Consent Screen

Go to APIs & Services → OAuth consent screen. Choose External, fill in an app name, and add your own Google email as a Test user.

3 Create OAuth Credentials

Go to Credentials → Create Credentials → OAuth Client ID. Choose Web application.

Under Authorised JavaScript origins, add null for local file use, or your domain if hosted. Your Client ID looks like:

xxxxxxxxxxxx-xxxxxxxx.apps.googleusercontent.com

4 Paste Your Client ID & Connect

Your collection syncs to vinyl-vault.json in your Drive root. Only you can access it.

Your data stays in your own Google Drive. Vinyl Vault never sends data to any external server. The OAuth flow runs entirely between your browser and Google.