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

Can't get original photos, not authenticated #110

@DougCollinge

Description

@DougCollinge

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,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions