Imgur upload plugin takes old ClientId for authentication #39
Replies: 1 comment 3 replies
-
Hi @ramananayak obsidian-imgur-plugin/src/uploader/imgur/ImgurAnonymousUploader.ts Lines 17 to 21 in e526000 For authenticated upload, the plugin uses your OAuth token (which you silently receive by authenticating in your browser), client id is not used at all: obsidian-imgur-plugin/src/imgur/ImgurClient.ts Lines 37 to 41 in e526000 I had some issues with authenticated upload recently too. I do not know the reason why. And I do not think there is anything I can do with it from plugin's source code, it's on imgur's side |
Beta Was this translation helpful? Give feedback.
-
Hi, I was using authenticated imgur upload without any problems, but a week back it was showing issues , So I deleted the client id, revoked app access .Now I have regenerated clientId But every time now if I enter this new client ID and click on authenticate, I can see the URL still takes some other clientId and not the one which I entered . So I suspect, my old clientId is stored somewhere which I need to delete it. So any help would be appreciated on this. thanks !
Beta Was this translation helpful? Give feedback.
All reactions