Skip to content

Python script for copying files from FTP to Google Drive using Google service account and Google API v3

Notifications You must be signed in to change notification settings

adamfierek/FtpGDriveSync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FtpGDriveSync

Python script for copying files from FTP to Google Drive using Google service account and Google API v3

config.ini

[FTP] 

USERNAME: xxx

PASSWORD: xxx

HOST: ftp.xxx

ROOTDIR: ABC

[GDrive]

SCOPE: https://www.googleapis.com/auth/drive

KEY: credentials.json

ROOTDIR: XYZ

credentials.json

Google service account API key. Documentation

TO DO:

  • Exception handling
  • Code refactoring

About

Python script for copying files from FTP to Google Drive using Google service account and Google API v3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages