"Invalid JWT" for uploading a package to update an existing submission using Microsoft Edge Add-ons API - help needed #118
Closed
karlbecker
started this conversation in
General
Replies: 2 comments 5 replies
-
Hi, Thank you for reaching out. We are looking into this and will get back to you as soon as possible. Regards, |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @Bhuvana-Priya , any update on this? Our team would be able to even better support Edge Add-ons if this were fixed. Thanks, |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I could use some help ensuring the Microsoft Edge Add-ons API is working correctly. We configured it over a year ago and it worked great for many months, but in the last few months it has been failing.
I have followed the instructions on https://learn.microsoft.com/en-us/microsoft-edge/extensions-chromium/publish/api/using-addons-api and https://learn.microsoft.com/en-us/microsoft-edge/extensions-chromium/publish/api/addons-api-reference#upload-a-package-to-update-an-existing-submission , but I am getting the following error:
Here's what I'm doing, along with the URLs I am using:
First I request the access token:
From that, I take the access_token value in the response, and put it straight into this request:
When I do that, here's what's printed out:
What might be wrong? The exact same two calls were working just a couple of months ago, but now seem to have stopped working.
I have also attempted to create a new secret today, just in case something was broken with the previous secret we've been using.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions