-
Notifications
You must be signed in to change notification settings - Fork 877
Credentials matching the Google Calendar API Python quickstart #22339
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
Comments
It seems what I'm looking for is here: https://github.com/googleapis/google-api-ruby-client/blob/main/docs/oauth-installed.md |
Aw shoot, this points to 5 year old documentation using OOB. Please don't tell me that this stuff works with Python but has been disabled for Ruby? |
Actually the Sorry for the noise. |
So this is a similar example to the python one (in this case, just listing from drive). I hope it helps the next person (and I hope somebody might have suggestions in case of defects):
See the linked python tutorial above about how to get the client secrets file. |
Hi there,
I'm trying to rework a script from back in the OOB auth days.
I noticed that there is a python calendar quickstart that is very similar to the activities I'd like to perform.
https://developers.google.com/workspace/calendar/api/quickstart/python?hl=en
It works great out of the box using a JSON file with credentials for a "Desktop App".
Can I use this credentials JSON file with one of the auth classes that come with this Ruby library? If so, how?
Thanks,
Chris
The text was updated successfully, but these errors were encountered: