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

Most upvoted comments

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 downloaded chrome-webstore-upload v0.4.4 instead of v0.4.3