Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 406 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 406 Bytes

Google Photos CLI Uploader

Upload Google Photos in parallel faster using CLI tool

Usage

npm install
node index.js

DEMO

Prequisites

  • You need a Google API project with OAuth Credentials.
  • Need to enable Google Photos API for that project
  • Move credentials.json.sample to credentials.json and update the credentials accordingly.