question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How do I create those oauth credentials?

See original GitHub issue

From the usage doc:

    --client-id       OAuth2 Client ID
    --client-secret   OAuth2 Client Secret
    --refresh-token   OAuth2 Refresh Token

Is this the right URL? https://developer.chrome.com/webstore/using_webstore_api

That’s leading me to https://console.developers.google.com/apis/credentials which doesn’t feel right. The OAuth flow described there is one where a user consents in-browser. 😱

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:11 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
fregantecommented, Dec 28, 2016

The confusion here is that CWU asks for a refreshToken but we actually need the accessToken. In the next semver major we should probably change the wording across the modules.

I wrote an extended guide in the main repo: 🎉 https://github.com/DrewML/chrome-webstore-upload/pull/5 and https://github.com/DrewML/chrome-webstore-upload-cli/pull/14

I'm hosting the guide's images in this comment. chrome-apis-create-project chrome-apis-enable-webstore create-credentials configure consent screen client type id refresh token access token
1reaction
DrewMLcommented, Jun 29, 2016

Yeah, the official Google docs on that topic are pretty dreadful. I burned through an hour or so one night trying to figure it out (but apparently never documented it 😛).

I’ll get some updated docs in the readme later today. Will have to go walk through it again.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Setting up OAuth 2.0 - Google Cloud Platform Console Help
Open the Google Cloud Platform Console Credentials page. If it's not already selected, select the project that you're creating credentials for. To set...
Read more >
How to create Google OAuth Credentials (Client ID and Secret)
In this short video, I'm going to share with you guys How to create a Google OAuth credential that is used for website...
Read more >
Create google oauth credentials Client Id and Client Secret
To be able to integrate and use google authentication in our asp.net core application, we have to first register our application with google ......
Read more >
Creating a Google OAuth 2.0 client - Retool Docs
Creating OAuth credentials Go to the Credentials page in the Google Cloud Platform console. Select + Create Credentials in the top bar and...
Read more >
How to get your own API credentials
OAuth client ID and secret · From the Developers Console, in the target GCP Project, go to APIs & Services > Credentials. ·...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found