Skip to content

Google Drive Sync with local folder using Google Drive Api v3.

Notifications You must be signed in to change notification settings

probaku1234/Google-Drive-Sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google-Drive-Sync

Google Drive Sync with local folder using Google Drive Api v3. Only works on Windows.

Installation

Step 1: Turn on the Drive API

  1. Go to the link.
  2. Click the button to create a new Cloud Platform project and automatically enable the Drive API.
  3. In resulting dialog click DOWNLOAD CLIENT CONFIGURATION and save the file credentials.json to the root folder.

Step 2: Set configuration

Open config.json and edit the value of base_folder_dir as the directory that you want to make folder for sync. (Example: "base_folder_dir": "C:\pikapika\")

Step 3: Install requirements

Run command on terminal pip install -r requirements.txt.

Run application

Run sync.py

About

Google Drive Sync with local folder using Google Drive Api v3.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages