-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Chrome Webstore API #248
Comments
The scope is |
That looks better, thanks. But is chromewebstore actually supported? I can't find it here. Got my script working to this point:
Script:
|
Hmm, I don't see to be getting that error:
Can you verify which version of the library you're using? (Also, as an aside, you no longer need to construct your own http object, you can just pass |
Installed with pip, should be latest.
|
I'm unsure why mine would work and yours wouldn't, we're on the same version. |
I've tried again on two different machines, same result. Installation
Script
Result
|
Very weird, can you confirm that you can access it via the API Explorer? |
It seems that despite there being public documentation on the webstore API, it doesn't seem to be publicly available. I'll try to investigate and see why that is. |
Thanks! Keen to get this working. |
Any news? |
Took me a while to find the right group of people. Reaching out now. Will update when I hear back. |
Did you hear anything? |
Unfortunately it seems like my research didn't bear any fruit. It does not appear this API has an owner. |
Do people push updates indeed manually to the chrome webstore?? That's hard to believe. |
@kevart I don't use or maintain the API so I can't really say what the usage looks like. I'm sorry we couldn't help you. :( |
Sorry to comment on such an old issue, but has any headway been made on this in the past three years? I am running into the same issue as @kevart. |
@Jamesargy6 I'll try looking around again. Could you go to https://www.googleapis.com/discovery/v1/apis and tell me if you are able to find 'chromewebstore'? |
Thanks @busunkim96. |
Thanks! Could you also tell me if this page goes anywhere for you? It looks like the API isn't listed on the list, but it's possible it's still public: https://www.googleapis.com/discovery/v1/apis/chromewebstore/v1.1/rest |
It seems that it is not. Here's the response I get from that link:
|
I've pinged someone on the Chrome Webstore Team to ask which parts of the API are meant to be public. Will update once I've gotten a response. |
Opened internal issue 143879215 EDIT: |
Thanks @busunkim96, I appreciate your following up on this. |
Any update on this? |
I pinged an engineer on the team and it looks like they are actively investigating how to make this API public. Thank you all for your patience. |
Googlers see 143879215 |
Hi, I am also very interested in this bug fix. |
@tcoatale I don't see any updates, but I've pinged the engineer working on the internal issue. I'll let you know when I get a response. |
Update: this is still being actively worked on. Thank you all for your patience and apologies for the inconvenience! |
I've requested an update. Googlers see b/160355251. |
Is there any update on this? |
@busunkim96 any luck on this issue ? |
oauth2client.client.HttpAccessTokenRefreshError: invalid_scope: https://www.googleapis.com/auth/chromewebstore.admin is not a valid audience string.
The text was updated successfully, but these errors were encountered: