muly / product-track

online product price and availability tracking
MIT License
0 stars 0 forks source link

chromestore submission rejected: ’Invalid value for ‘oauth2.client_id’ #63

Closed muly closed 8 months ago

muly commented 9 months ago

Version: 1.1.1 Status: Rejection Violation date: Dec 21, 2023

Violation type: Spam and Placement in the Store Details:

muly commented 9 months ago

Resubmitted after adding key to manifest file. retrieved the key from chrome webstore using the below instructions and used that key to generate the zip file and uploaded that zip file and submitted.

  1. go to chrome developer dashboard.
  2. go to Package tab and click View public key

wait for review of the submission.

PR: https://github.com/muly/product-track/pull/64

muly commented 8 months ago

the draft is approved but is failing to download from chrome store. getting below error: Download error: Invalid manifest

chrome store link: https://chromewebstore.google.com/detail/product-track/ichhakcbialminoadfkhalilmdhkmifn

muly commented 8 months ago

it turns out that the above error was misleading. use the below steps to see the correct error:

  1. go to chrome web store developer dashboard
  2. go to product-track
  3. go to Package page
  4. under the Draft or the Published section, click the .crx file link under CRX file column
  5. this should download and attempt to install.
  6. Note: Draft might fail to download, so confirm by clicking Download suspicious file
  7. now you should see the actual error (if any) on the top of the page.
  8. if successful you will see a message Apps. extensions, and user scripts cannot be added from this website

the error shown is as below. Package is invalid. Details: 'Invalid value for 'oauth2.client_id'.'.

so resubmitted the package with the client id for the dev manifest file using the correct client id pulled from the gcp console. wait for review of the submission.

PR https://github.com/muly/product-track/pull/68 is updated to include the client id for dev deployment aswell.

muly commented 8 months ago

the issue is resolved.