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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello! I'm having problems with the authentication of the client (I think).
So far I've tried the methods from the examples:
const client = new ImgurClient({ clientId: MY_CLIENT_ID });
const client = new ImgurClient({ accessToken: MY_ACCESS_TOKEN });
I'm able to upload a few images, but then I start getting error messages in the response:
And after a few retries I get this one:
Which would be the best method to authenticate? I'm using Node JS btw
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions