Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ysolanky committed Feb 4, 2025
1 parent efa4ba9 commit 997654e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cookbook/tools/googlesheets_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
2: Save the credentials.json file to the root of the project or update the path in the GoogleSheetsTools class
3: Run the script to authenticate and generate the token.json file. In the initial run, the script will open a browser window to authenticate the application.
4: Update the SCOPES as per the requirements of the application.
# Example spreadsheet: https://docs.google.com/spreadsheets/d/1BxiMVs0XRA5nFMdKvBdBZjgmUUqptlbs74OgvE2upms/
The ID is the URL of the spreadsheet and the range is the sheet name and the range of cells to read.
"""


Expand Down

0 comments on commit 997654e

Please sign in to comment.