📂

AtamanCloud Drive — User Guide

A simple guide to set up and use AtamanCloud Drive on Windows. No coding experience needed — just follow the steps.

Start here Open the app

What is AtamanCloud Drive?

AtamanCloud Drive lets you browse, search, and manage your Google Drive from your computer. It runs on your PC and opens in your web browser — like a personal Drive app on your desktop.

✅ You can

Open folders, search files with plain English, rename items, move files, and send things to Trash — all from one window.

Important: AtamanCloud Drive only works while it is running on your computer. It does not run in the cloud and is not visible on the internet — only you can use it on this PC.

Quick start (AtamanCloud package)

Your installer from AtamanCloud already includes everything needed. Setup is automatic:

  1. Unzip the folder AtamanCloud sent you (it already contains the Google key file).
  2. Double-click AtamanCloud Drive.bat
    The first time, the app will automatically install Node.js (if needed) and configure Google access. You may see a Windows permission prompt — click Yes.
  3. Sign in with Google when your browser opens.
    Use the Google account AtamanCloud registered for you. Click Allow to access Drive.
That's it! After the first run, double-click AtamanCloud Drive.bat whenever you want to use the app. For Settings or Uninstall, run AtamanCloud Drive.bat menu
First-time install may take a few minutes while Node.js and app dependencies download. Keep the black console window open until your browser opens.

For administrators only (optional)

If you are not using an AtamanCloud-provided package and need to create your own Google Cloud credentials, follow the section below. Customers with a standard AtamanCloud install can skip this.

Google setup — create your own credentials (optional)

Google needs to know that you are allowing this app to access your Drive. This is normal and safe — the app only runs on your computer.

Part A — Create a Google Cloud project

  1. Open console.cloud.google.com and sign in with your Google account.
  2. At the top, click the project dropdown → New Project → name it AtamanCloud Drive → Create.
  3. Go to APIs & Services → Library → search Google Drive API → click it → press Enable.

Part B — Tell Google who can use the app

  1. Go to APIs & Services → OAuth consent screen.
  2. Choose External → Create.
  3. Fill in App name (e.g. AtamanCloud Drive) and User support email → Save and Continue through the screens.
  4. On Test users, click + Add Users and add your own Gmail address. This is required while the app is in "Testing" mode.

Part C — Get your key file

  1. Go to APIs & Services → Credentials → Create Credentials → OAuth client ID.
  2. Application type: Web application
  3. Name: AtamanCloud Drive
  4. Under Authorized redirect URIs, click + Add URI and paste exactly:
    http://localhost:3000/auth/callback
    Copy this exactly — no spaces, no extra slashes.
  5. Click Create → then click Download JSON (or the download icon).
  6. Save the file. It will be named something like client_secret_….json. Remember where you saved it.
Tip: In Settings, click Browse... to select this file. The app copies it into the AtamanCloud Drive folder for you — you don't need to move it manually.

First run & sign in

Starting the app

  1. Double-click AtamanCloud Drive.bat
  2. A black window titled AtamanCloud Drive appears — leave it open while you use the app.
  3. Your browser opens to the app. If it doesn't, go to http://localhost:3000
AtamanCloud Drive — console window (keep this open)
🚀 AtamanCloud Drive running at http://localhost:3000
Closing this window stops the app.

Signing in with Google

  1. Click the blue Sign in with Google button.
  2. Choose your Google account.
  3. If Google warns the app is unverified, click Advanced → Go to AtamanCloud Drive (unsafe). This is your own app on your own computer — it's safe.
  4. Click Allow to give Drive access.
  5. You're in! Your files and folders appear.
If you close the black console window or restart your PC, you'll need to sign in again. Just double-click AtamanCloud Drive.bat and sign in — your files are still in Google Drive.

Everyday use

Opening folders

Click any folder to open it. Use the breadcrumb trail at the top (e.g. My Drive / Work / 2024) to go back. The left sidebar shows shortcuts to My Drive and subfolders.

Working with files

To do thisDo this
Select a fileClick it once
Select several filesHold Ctrl and click each one
Open a file in Google DriveDouble-click it
Rename a fileSelect one file → click Rename
Move filesSelect files → click Move → browse to a folder → Move here
Move to TrashSelect files → click Trash
Delete foreverSelect files → click Delete (cannot be undone!)
Create a new folderClick the New button at the top of the left sidebar
Switch viewUse the grid / list icons in the toolbar
Sort filesUse the sort dropdown (Name, Modified, Size, Type)

Keyboard shortcuts

KeyAction
Ctrl + KJump to search
Ctrl + ASelect all files
DeleteMove selected items to Trash
EscClear selection or close a popup

Settings

Double-click AtamanCloud Drive.bat and choose Settings to change how the app works.

SettingWhat it does
OAuth JSON fileImport or change your Google key file (Browse...)
PortChange the address number (leave at 3000 unless you know you need to change it)
Session secretClick Generate for a random security code (recommended)
Open browser on startAutomatically open the app when you launch
Start when Windows startsApp launches automatically when you log into Windows
After changing settings, close the AtamanCloud Drive console window and double-click AtamanCloud Drive.bat again for changes to apply.

Uninstall

Double-click AtamanCloud Drive.bat → Uninstall. This removes downloaded dependencies and the startup shortcut. You can keep your Google settings to reinstall quickly, or remove everything for a full reset.

Files you might see in the folder

FileWhat it is
AtamanCloud Drive.batThe only file you need — install, run, settings, uninstall
guide.htmlThis guide (also available from the menu)
client_secret_….jsonYour Google key — keep private, don't share

Something wrong?

Google says "redirect_uri_mismatch"
Go to Google Cloud Credentials, open your OAuth client, and make sure this exact address is listed under Authorized redirect URIs:

http://localhost:3000/auth/callback

If you changed the port in Settings, the address must match your new port (e.g. http://localhost:3001/auth/callback).
Google says "Access blocked" or "This app isn't verified"
Add your email under OAuth consent screen → Test users in Google Cloud Console. Then try signing in again. On the warning screen, click Advanced → Go to AtamanCloud Drive.
"Node.js is required" message appears
Install Node.js from nodejs.org (click the LTS button). Restart your computer after installing, then try again.
The browser says "This site can't be reached"
The app isn't running. Double-click AtamanCloud Drive.bat and wait for the black console window to show "AtamanCloud Drive running". Then refresh your browser.
Setup window says credentials are missing
Open AtamanCloud Drive.bat → Settings, click Browse..., and select your client_secret_….json file from Google. Click Save, then choose Run AtamanCloud Drive.
I signed in but no files appear
Make sure Google Drive API is enabled in Google Cloud (APIs & Services → Library → Google Drive API → Enable). Sign out and sign in again.

FAQ

Is my data safe?
Yes. The app runs only on your computer and talks directly to Google. Nothing is sent to other servers. Your key file and settings stay on your PC.
Can I use this on another computer?
Copy the whole AtamanCloud Drive folder to the other PC, install Node.js there, and run setup again. You can use the same Google key file.
Do I need to be online?
Yes. AtamanCloud Drive needs an internet connection to talk to Google Drive.
What's the black console window?
That's the app running in the background. Think of it like the engine of a car — close it and the app stops. Minimize it if it bothers you, but don't close it while using AtamanCloud Drive.
Can other people on my network use it?
No. The app only accepts connections from your own computer (localhost). Nobody else can access it over the network.