0

I am trying to enable the google sheets API (Python quickstart), and when I press "Download client configuration" the file explorer opens up with credentials.json in it. It says I need to save it to my working directory. I don't know what a working directory is, or where it is, and how to save to it. All of the youtube videos I have consulted skip this step entirely unfortunately.

C:\Users\***\AppData\Local\Programs\Python\Python39'

It seems like this is my working directory, so would putting the credentials file in any of these folders work?

sanminchui
  • 21
  • 6
  • Working directory generally means the same directory as your Python script in this context. – Selcuk Feb 11 '21 at 23:46
  • No, you should download it into the same directory where your Python program (`.py`) resides. – Selcuk Feb 12 '21 at 01:50

0 Answers0