google-drive-recursive-ownership icon indicating copy to clipboard operation
google-drive-recursive-ownership copied to clipboard

Installation

Open DannyB2020 opened this issue 4 years ago • 1 comments

Hi, I'm a newbie and having trouble installing this on a Windows machine. Any assistance would be greatly appreciated.

-Danny

DannyB2020 avatar Sep 30 '20 22:09 DannyB2020

Configure Google API

You need configure you API before use this application

Enable Google Drive API

  • Access APIS and Services
  • Click on ENABLE APIS AND SERVICES
  • Search for Google Drive API
  • Enable It

Create a credential

  • Access Google API Console
  • Create new credentials OAuth client ID
    • If you don't had configured consent screen see OAuth consent screen step bellow
  • Select application type as Computer APP
  • In the popup, click on download JSON
  • Open the downloaded file, copy its contents and replace client_secrets.json

OAuth consent screen

  • Access OAuth consent screen
  • In step 1 (OAuth consent screen)
    • Change the User Type to External and click in CREATE
    • Fill the mandatory fields and click SAVE AND CONTINUE
  • In step 2 (Scopes) only click SAVE AND CONTINUE
  • In step 3 (Test users) only click SAVE AND CONTINUE
  • In step 4 (Test users) only click BACK TO DASHBOARD

After configuring your API, read the app's readme

davilotus avatar Nov 21 '23 15:11 davilotus