Skip to content
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 new credential types? #14

Open
bhatman opened this issue Aug 11, 2020 · 4 comments
Open

Support new credential types? #14

bhatman opened this issue Aug 11, 2020 · 4 comments
Labels

Comments

@bhatman
Copy link

bhatman commented Aug 11, 2020

Hi there! I think Google has changed the types of Oauth2 credentials that can be generated in the dev console -- they no longer have the "Other" type. Any current guidance on how to generate the right credentials? Thanks!

@toniov
Copy link
Owner

toniov commented Aug 18, 2020

Hi! Thanks for raising the issue, also could check that the JSON file you get now is in a different format.

I'll release a new version fixing it.

@toniov toniov added the bug label Aug 18, 2020
@Japh
Copy link

Japh commented Feb 12, 2021

@bhatman Which credential type did you select in the end? <3

https://xkcd.com/979/

@ferschubert-hm
Copy link

@Japh had the same issue today. Could fix it by using the Desktop application type.

@jerico
Copy link

jerico commented Mar 4, 2022

There's a new issue I encountered. Even if application type is desktop, I'm blocked by:

Screen Shot 2022-03-04 at 5 40 27 PM

This can be fixed by the following steps

  • Choose Desktop Application when creating a token as @ferschubert-hm mentioned
  • Download the token as json
  • Copy to ~/client_secret.json
  • Go back to the OAuth consent screen
  • Set Publishing Status to Testing
  • Add your email in Test users
  • gcal generateUrl
  • Visit URL generated - you should be able to authenticate and get the token

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants