Skip to content

GDSyncOffline is a tool to synchronize the folder present in your google drive with a local folder in your pc.

License

Notifications You must be signed in to change notification settings

shivamiitgoa/GDSyncOffline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GDSyncOffline

GDSyncOffline is a tool to synchronize the folder present in your google drive with a local folder in your pc.

How to use:

  • Run python3 -m pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib
  • Turn on the Drive API for you account from here(https://developers.google.com/drive/api/v3/quickstart/python) and download the credentials.json in the repository folder.
  • Modify the LOCAL_FOLDER and DRIVE_FOLDER in main.py with your requirement.
  • Run python3 sync.py

Features implemented:

  • Downloads the missing files/folders in the local folder.
  • Uploads the missing files/folders in the local folder.

Features to be added:

  • Synchronize deletion
  • Synchronize modification in a file

About

GDSyncOffline is a tool to synchronize the folder present in your google drive with a local folder in your pc.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages