Connects to Google Photos and downloads all content, keeping track of original data on disk and moving files only on the computer and already on server to respective directories, and tries to download the entire collection and store size info for quicker startup as well as original file sizes of those on disk, downloading the files still on disk first so they can be freed up. Supports multiple user accounts. Its just a better mousetrap. Google Takeout prepares whole archives of photos, this allows you to download them separately and keep track of some statistics as well on space usage.
6
stars
4
forks
source link
Large numbers of unsized items causes network errors because size requests are not staggered #73
Google's servers are throttling large numbers of 'HEAD' requests to pull back file sizes from their servers.
These need to be integrated into another queue style threat that engages in operation limiting as with the other parts of the application.
Google's servers are throttling large numbers of 'HEAD' requests to pull back file sizes from their servers. These need to be integrated into another queue style threat that engages in operation limiting as with the other parts of the application.