Skip to content

Google Drive Cloud Project Setup

unijeje edited this page Jul 15, 2026 · 2 revisions

In settings you can configure cloud saving with your own google Drive cloud project to sync between devices or create backups.

You will need a Client ID and client Secret from your own Google Cloud project under TVs and Limited Input devices, It's totally free and will use your own Google Drive space to save the game savedata. Steps:

  1. https://console.cloud.google.com/projectcreate Create a project in an account with enough Google Drive space left, use a name like LVNM-savedata or something you remember later, doesn't really matter.
  2. Search in the bar for Google Drive API.
  3. Click Enable.
  4. Go to APIs and services.
  5. Go to Oauth consent screen.
  6. Now you will be in Google Auth Platform, if you don't have anything it will say "Get Started". Click that.
  7. Fill the data:
    • App name: e.g. "LVNM Savedata Sync"
    • User support email: your own email.
    • Audience: choose External.
    • Developer contact email: your own email again.
  8. Go to Audience in the sidebar
  9. Under Test users, click Add users and add your email again, or the emails you want to be able to log in with. You can skip this if you Publish App (Step 13)
  10. Go to Clients in the sidebar.
  11. Click Create Client.
    • Application type: TVs and Limited Input devices.
    • Name: LVNM Savedata Client.
  12. Save the Client ID and client Secret.
  13. Go back to the OAuth Consent Screen -> Audience and click "Publish App" to push it to "In Production". You do NOT need to complete the verification process. This prevents your login from expiring every 7 days. When logging in, simply click "Advanced" and proceed past the unverified app warning.

Once done go back to LVNM and input the two clients in their fields in Settings, and click log in to complete the oauth2 login. Copy the URL that it gives into a browser, log in and input the code.

Clone this wiki locally