mholt / photobak

Back up your content from Google Photos - DEPRECATED: use Timeliner
https://github.com/mholt/timeliner
309 stars 29 forks source link

How do I execute this on Mac? #7

Closed nchaurdia closed 7 years ago

nchaurdia commented 7 years ago

$ export GOOGLEPHOTOS_CLIENT_ID=... $ export GOOGLEPHOTOS_CLIENT_SECRET=... $ photobak -googlephotos you@yours.com

I got my IDs but not sure how to run it.

mholt commented 7 years ago

The first time you run it, you'll be redirected to a browser page to authorize your program. Did you do that? After that happens, photobak will begin your backup. You can stop and restart it any time if you need to.

nchaurdia commented 7 years ago

How do I run it though?

Sent from my iPhone

On Jun 6, 2017, at 6:23 PM, Matt Holt notifications@github.com wrote:

The first time you run it, you'll be redirected to a browser page to authorize your program. Did you do that? After that happens, photobak will begin your backup. You can stop and restart it any time if you need to.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

mholt commented 7 years ago

Just like you did above: photobak -googlephotos you@yours.com

nchaurdia commented 7 years ago

THanks!