You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 30, 2021. It is now read-only.
Hi, I'm trying to use it on my machine. But when I register an app at imgur.com and use imgur -k ********, and then run imgur test.png, it returned me:
{
"error":{
"message":"Invalid API Key",
"request":"\/\/2\/upload.json",
"method":"post",
"format":"json",
"parameters":"key = cca0e9d41a2d7c7, type = file"
}
}
I've try to apply two different apps in a OAuth 2 authorization without a callback URL and Anonymous usage without user authorization. And it send me an email:
Thanks for signing up for the Imgur API.
Here are your API keys for your application: nodeImgur
Hi, I'm trying to use it on my machine. But when I register an app at imgur.com and use
imgur -k ********
, and then runimgur test.png
, it returned me:I've try to apply two different apps in a
OAuth 2 authorization without a callback URL
andAnonymous usage without user authorization
. And it send me an email:I don't know what I should use to set the api_key, should I use the client_id or client_secret? Please help, thanks.
The text was updated successfully, but these errors were encountered: