Skip to content

Commit

Permalink
Update src/pages/guides/getting-started/python/scheduled-report.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Jye Cusch <jye.cusch@nitric.io>
  • Loading branch information
davemooreuws and jyecusch authored Apr 16, 2024
1 parent 827b532 commit 6d13a48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ You can now delete all files in the `services/` folder, we'll create new service

## Authenticate with Google Cloud APIs

Start by creating a new folder 'helpers' and creating a blank '\_\_init\_\_.py' to identify it as a python package.
Start by creating a new folder inside 'service' named 'helpers' and creating a blank `__init__.py` to identify it as a python package.

We'll begin coding in a new file `services\helpers\google.py`,
Here we will authenticate against Google's API and ensure that our application has the necessary permissions.
Expand Down

0 comments on commit 6d13a48

Please sign in to comment.