Giter Site home page Giter Site logo

behoyh / google-drive-ui Goto Github PK

View Code? Open in Web Editor NEW
10.0 1.0 1.0 485 KB

Manage a Google Drive Service Account visually

License: MIT License

Shell 1.78% JavaScript 14.65% Dockerfile 7.23% TypeScript 76.35%
google googledrive googledriveapi remix remix-run service-account

google-drive-ui's Introduction

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"
          } 
    }
    

google-drive-ui's People

Contributors

behoyh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

vo0doo

google-drive-ui's Issues

Database dependency?

I wasn't able to load the dev environment on my localhost. Is there a database dependency needed first? See console errors.

CleanShot 2022-04-22 at 09 05 36@2x

Duplicate images?

This may not be an issue, but do you know why I have a duplicate image for every image I upload? One is the original filename, for example: 1234.jpg. And there's an identical image with the "_o" extension in the filename: 1234_o.jpg

CleanShot 2022-05-18 at 14 19 39@2x

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.