behoyh / google-drive-ui

Manage a Google Drive Service Account visually

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Drive Service Account UI

Helps visualize files in a Google Drive service account locally. Currently only quota, thumbnail, name, and delete functions are supported. This project was built using Remix.

Usage

  • Install

    npm install
  • Start dev server:

    npm run dev
  • Copy .json key file (including surrounding brackets) into the textbox at localhost:3000 and click Save

    {  
      "key": 
          {
              "private_key_id": "YOUR PRIVATE KEY ID",
              "private_key": "YOUR PRIVATE KEY",
              "client_email": "YOUR CLIENT EMAIL",
              "client_id": "YOUR CLIENT ID"
          } 
    }
    

About

Manage a Google Drive Service Account visually

License:MIT License


Languages

Language:TypeScript 76.3%Language:JavaScript 14.6%Language:Dockerfile 7.2%Language:Shell 1.8%