chrome-webstore-upload-cli: Error client_secret is missing
Started to get this error after upgrading to 1.2.1 today:
"{\n \"error\": \"invalid_request\",\n \"error_description\": \"client_secret is missing.\"\n}"
Reverting back to 1.2.0 fixed the issue.
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 18 (14 by maintainers)
Commits related to this issue
- `clientSecret` is no longer required — committed to fregante/chrome-webstore-upload-cli by fregante 3 years ago
- `clientSecret` is still required in most cases — committed to fregante/chrome-webstore-upload by fregante 3 years ago
I had a pretty old setup from 2016 and it broke as expected. However following the steps to re-create a new oauth app was super smooth.
What node version is that workflow running? v2 needs 14+ (noted here)
Yes that’s the idea. I have not personally used this new key to publish real extensions, but another user reported it was still working months later I think.
To ensure it works, you have to follow the latest guide because your old keys will still require the secret.
I’m also about to release an action so maybe you won’t have to 😉
Since you’re using that module through
chrome-webstore-upload-cli, you’ll have to reinstall it and make sure it downloadedchrome-webstore-uploadv0.4.4 instead of v0.4.3