Skip to content

Commit

Permalink
Minor fixes and prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
christad92 committed Aug 28, 2024
1 parent b3d2ea8 commit e5c2efa
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions adaptors/googlesheets.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ Permissions and access in an OAuth instance are defined by scopes which are
named differently by providers based on their functions within their platform.

For GoogleSheets, your super user will likely need to add the following scopes
to the Oauth Client Setup configured for Google in your OpenFn deployment. That said,
please refer to
to the Oauth Client Setup configured for Google in your OpenFn deployment. That
said, please refer to
[Google's documentation on Oauth scopes](https://developers.google.com/identity/protocols/oauth2/scopes)
for the latest information.

Expand Down Expand Up @@ -139,6 +139,8 @@ A step by step guide is found
[in this tutorial](https://docs.openfn.org/documentation/tutorials/http-to-googlesheets)
that shows us how to get data via a REST API and push it to Google Sheet.

### API Docs
### Helpful Resources

- [Google Sheets API Overview](https://developers.google.com/sheets/api/guides/concepts)
- OpenFn Workflow Tutorial: [HTTP-to-GoogleSheets](https://docs.openfn.org/documentation/tutorials/http-to-googlesheets)
- OpenFn Workflow Tutorial:
[HTTP-to-GoogleSheets](https://docs.openfn.org/documentation/tutorials/http-to-googlesheets)

0 comments on commit e5c2efa

Please sign in to comment.