-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Hi, trying to use this on Linux, I get a 403 permission denied when using it. Putting in the wrong key gives a 401 response so I'm pretty sure the key is correct.
Does this have something to do with the rate limits, perhaps?
tumblr-likes -v -a <KEY> -b <BLOG>
Info URL: https://api.tumblr.com/v2/blog/<BLOG>/likes?api_key=<KEY>&limit=1
Response {
url: Url {
scheme: "https",
cannot_be_a_base: false,
username: "",
password: None,
host: Some(
Domain(
"api.tumblr.com",
),
),
port: None,
path: "/v2/blog/<BLOG>/likes",
query: Some(
"api_key=<KEY>&limit=1",
),
fragment: None,
},
status: 403,
headers: {
"server": "nginx",
"date": "Sun, 20 Apr 2025 15:33:13 GMT",
"content-type": "application/json",
"content-length": "70",
"connection": "keep-alive",
"x-rid": "2f23fe05791118a8f4ef59ab425fa4c7",
"p3p": "CP=\"Tumblr's privacy policy is available here: https://www.tumblr.com/policy/en/privacy\"",
"x-robots-tag": "noindex, nofollow",
"x-ratelimit-perday-limit": "5000",
"x-ratelimit-perday-remaining": "4991",
"x-ratelimit-perday-reset": "85656",
"x-ratelimit-perhour-limit": "1000",
"x-ratelimit-perhour-remaining": "991",
"x-ratelimit-perhour-reset": "2856",
"strict-transport-security": "max-age=31536000; preload",
"alt-svc": "h3=\":443\"; ma=86400",
},
}
There was an error fetching your likes. Please make sure you provided the correct API key and blog name.
Metadata
Metadata
Assignees
Labels
No labels