Regarding Chrome Web store API

297 views
Skip to first unread message

Dror Elovits

unread,
Sep 10, 2024, 8:48:55 AMSep 10
to Chromium Extensions
Hi all,
I'm trying to *programmatically* figure out the current state of a recently uploaded package of my extension using the GET (item) method as indicated here - https://developer.chrome.com/docs/webstore/api.

Unfortunately, even though the crxVersion is updated - the uploadState is NOT_FOUND which according to the documentation means that there was not upload in the last 24 hours.... ["NOT_FOUND indicates there has not been an upload in the last 24 hours."]

"crxVersion": "1.0.464",
 
"uploadState": "NOT_FOUND"

Any idea? Is there another option for me to query the current state of my extension ('in review' for example)?

Thanks,
Dror

Oliver Dunk

unread,
Sep 10, 2024, 9:02:57 AMSep 10
to Dror Elovits, Chromium Extensions
Hi Dror,

Apologies for the confusion, we are working on figuring out if we can improve the behavior and / or documentation in this case.

The `uploadState` currently only looks at uploads which are processed asynchronously, which is only if you get an IN_PROGRESS response from the initial upload.

I don't believe we have an API endpoint that would give you what you're looking for right now. It's definitely something I agree would be useful.

Thanks,
Oliver Dunk | DevRel, Chrome Extensions | https://developer.chrome.com/ | London, GB


--
You received this message because you are subscribed to the Google Groups "Chromium Extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/40d23b41-5e0e-4fd2-bca6-3dc3480feefdn%40chromium.org.

Dror Elovits

unread,
Sep 10, 2024, 9:07:09 AMSep 10
to Chromium Extensions, Oliver Dunk, Chromium Extensions, Dror Elovits
Thanks. 
Unfortunately this means that from time to time I'll try to publish and be rejected on the basis of a previous extension being reviewed. Will this hurt our account in anyway?
Can I relay on the https://developer.chrome.com/docs/webstore/api#update API response until a dedicated API will be presented (sometime in the future :) )?

Dror

Oliver Dunk

unread,
Sep 10, 2024, 9:12:33 AMSep 10
to Dror Elovits, Chromium Extensions
I believe you would receive an error (which wouldn't impact your account), rather than actually getting a rejection. Let me know if you're seeing otherwise.

I don't think the response to update would be sufficient as this simply relates to the result of the upload, not the status of review.

Oliver Dunk | DevRel, Chrome Extensions | https://developer.chrome.com/ | London, GB

Dror Elovits

unread,
Sep 10, 2024, 9:15:18 AMSep 10
to Oliver Dunk, Chromium Extensions
Ok, thanks for the clarification.
I’ll be looking forward for updates on such endpoint
shouldn’t be too hard to implement ;)

Thanks again
Reply all
Reply to author
Forward
0 new messages