Tumblr "only viewable within the dashboard" oauth problem? #5823
-
Running into my first problem in a while: trying to download a Tumblr post that requires you to be logged in, gave me the
Which.... did not illuminate things much. Really not sure what to do. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
You need 4 tokens in total for this to work
This will say |
Beta Was this translation helpful? Give feedback.
-
I also have this issue despite having all four values in my config file. I don’t think I’ve ever been able to download from a dashboard-only blog. Example of running in verbose mode:
|
Beta Was this translation helpful? Give feedback.
Oh wow, I did now also just run
gallery-dl -c [path to config] oauth:tumblr
and sawThe
or set 'extractor.tumblr.access-token' to "cache"
stood out to me, so I went into my config file, deleted the actual written-down"access-token"
and"access-token-secret"
and just put"access-token": "cache"
, then ran gallery-dl with my test url of an "only viewable within dashboard" blog, and it worked! I think that's the solution.