Google Drive Sync with local folder using Google Drive Api v3. Only works on Windows.
- Go to the link.
- Click the button to create a new Cloud Platform project and automatically enable the Drive API.
- In resulting dialog click
DOWNLOAD CLIENT CONFIGURATION
and save the filecredentials.json
to the root folder.
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\")
Run command on terminal pip install -r requirements.txt
.
Run sync.py