NicholasDawson / ArchiverForGooglePhotos

A tool to maintain an archive/mirror of your Google Photos library for backup purposes.
GNU General Public License v3.0
190 stars 30 forks source link

Download only Albums, How to download all photos from timeline? #22

Open jakub-antos opened 2 years ago

jakub-antos commented 2 years ago

Program download only Albums. How to download all photos from timeline?

I've got error with Shared albums too googleapiclient.errors.HttpError: <HttpError 500 when requesting https://photoslibrary.googleapis.com/v1/sharedAlbums?pageSize=50&alt=json returned "Internal error encountered.". Details: "Internal error encountered.">

Remboooo commented 2 years ago

If you don't specify any specific items to download (so no -a, -s or -f), it downloads everything including all photos on your timeline, which you can find under the 'Library' folder. I think it would be nice to be able to only download that folder and not bother with all the albums, but that's how it is now.

As for your HttpError, it means that something went wrong on Google's side, not much we can do about it. Just try again after a while.

b4444 commented 1 year ago

If you don't specify any specific items to download (so no -a, -s or -f), it downloads everything including all photos on your timeline, which you can find under the 'Library' folder. I think it would be nice to be able to only download that folder and not bother with all the albums, but that's how it is now.

Great idea to have option download only 'Library' folder!