Skip to content

motia/google-drive-archiver-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A project that downloads Google Drive contents and uploads them zipped to S3

Google Drive

1- Visit https://developers.google.com/drive/api/v3/quickstart/nodejs, and create an API key, then download credentials.json which contains your Google Drive API key.

2- Activate sharing for the Drive directory you want to backup.

3- Add config keys of Google Drive config.json in the root of the project

  "googleDriveRoot": id of the root Drive directory,
  "googleDriveCredentials": content of 'credentials.json'
  }

S3

1- Add S3 entries to config.json

  "s3": {
    "accessKey": "ACCESS_KEY",
    "secretKey": "SECRET_KEY",
    "bucketName": "BUCKET_NAME"
  },

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages