one-click-extensions-manager icon indicating copy to clipboard operation
one-click-extensions-manager copied to clipboard

Update automated-release token in settings

Open fregante opened this issue 3 years ago • 5 comments

See https://github.com/fregante/chrome-webstore-upload/blob/main/How%20to%20generate%20Google%20API%20keys.md

In https://github.com/hankxdev/one-click-extensions-manager/issues/90#issuecomment-1255840721

Log from https://github.com/hankxdev/one-click-extensions-manager/actions/runs/3110766643/jobs/5042297073

- Fetching token
{
Probably the provided refresh token is not valid. Try following the guide again
  "error": "invalid_grant",
https://github.com/fregante/chrome-webstore-upload/blob/main/How%20to%20generate%20Google%20API%20keys.md
  "error_description": "Bad Request"
}
{
  clientId: '***',
  refreshToken: '***'
}

fregante avatar Sep 23 '22 06:09 fregante

@fregante I don't remember I removed your access from options. but let me create a new one.

hankxdev avatar Sep 23 '22 06:09 hankxdev

{
  "error": {
    "code": 400,
    "message": "Publish condition not met: You must verify your contact email before you can publish any item. Begin the verification process on the Account tab.",
    "errors": [
      {
        "message": "Publish condition not met: You must verify your contact email before you can publish any item. Begin the verification process on the Account tab.",
        "domain": "chromewebstore.access",
        "reason": "badRequest"
      }
    ]
  }

keep getting this, however the email has been verified. will try later if there is no other issues.

hankxdev avatar Sep 23 '22 06:09 hankxdev

I'll try uploading it manually, let's see what happens

fregante avatar Sep 23 '22 07:09 fregante

I think it needed a privacy policy. It's now "pending"

I'll try triggering a new release later to see if the token works, and then I'll close this issue.

Side note: We were featured?! Since when?

Screen Shot 14

fregante avatar Sep 23 '22 07:09 fregante

Not sure when. it's been featured automatically

hankxdev avatar Sep 23 '22 07:09 hankxdev

It worked!

Screen Shot 1

fregante avatar Sep 25 '22 07:09 fregante