Skip to content

Commit

Permalink
Feat/migrate role google integration (#637)
Browse files Browse the repository at this point in the history
* fix: revert pythonPath setting

* fix: filename typo

* feat: improve type hints

* fix: unit test to match updated execute api call method

* fix: add scopes and delegated user to hoisted methods

* feat: refactor using Google workspace integration

* feat: delete unused module
  • Loading branch information
gcharest authored Sep 4, 2024
1 parent 3451dd3 commit d39cded
Show file tree
Hide file tree
Showing 10 changed files with 153 additions and 493 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"ms-python.black-formatter"
],
"settings": {
// "python.pythonPath": "/usr/local/bin/python",
"python.pythonPath": "/usr/local/bin/python",
"python.languageServer": "Pylance",
"python.formatting.autopep8Path": "/usr/local/py-utils/bin/autopep8",
"python.formatting.blackPath": "/usr/local/py-utils/bin/black",
Expand Down
268 changes: 0 additions & 268 deletions app/integrations/google_drive.py

This file was deleted.

Loading

0 comments on commit d39cded

Please sign in to comment.