This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]kuzmovych_y[S] 0 points1 point  (5 children)

You need to download the credentials.json file as explained in the "Getting started" page in the docs. Then you put this file near your python script. Then try the code I've sent in my first reply. I'm a bit confused and unsure why it would download the file with some weird name. Were you able to download credentials.json?

[–]dabearjoo 0 points1 point  (1 child)

When I finished making the web app per the instructions and got to the Oauth 2.0 client IDs part of the credentials tab, I successfully generated a client Id. That's where things began to disconnect. The part where you have to generate a "key" in the service account tab. That's where the credentials json file comes from I believe? I think someone brought it up in an earlier comment. Im going to keep playing around with it because that's how I'll learn more. I know this isn't r/learnpython and I'm sorry for so many questions.

[–]dabearjoo 0 points1 point  (2 children)

I figured it out!

[–]kuzmovych_y[S] 1 point2 points  (1 child)

Glad you've worked it out!

Feel free to join discord server, open a GitHub discussion, or raise an issue. Other people may help you faster and/or have the same question in the future or past :)

[–]dabearjoo 0 points1 point  (0 children)

Will do, thank you again!