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