This repository was archived by the owner on Aug 17, 2019. It is now read-only.

Description
I was trying to rescue my original photos before Flickr deletes them but I was not getting them in the download. I am posting this issue for anyone else who is in the same situation.
It turned out to be just because I was not getting authenticated for the getSizes, getInfo, and getPhoto calls. It was necessary to add the following lines, after which everything worked well. Same solution as issue #60.
handlers/downsync/sets.js:38: user_id: flickr.options.user_id, // suppresses an error complaining about no user_id
handlers/downsync/sets.js:42: authenticated: true
handlers/downsync/photos.js:49: authenticated: true
handlers/downsync/photos.js:66: authenticated: true,