docq icon indicating copy to clipboard operation
docq copied to clipboard

fix: G Drive integration + integration docs improvements

Open janaka opened this issue 1 year ago • 5 comments

Description

Fixes/Implements #(issue/feature)

Type of change

  • [x] Bug fix (non-breaking change which fixes an issue)
  • [ ] New feature (non-breaking change which adds functionality)
  • [ ] Refactor and code improvement (non-breaking change which improves code quality and/or performance)
  • [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • [x] Documentation
  • [ ] Tests
  • [ ] Other chores such as maintenance

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration by modifying the list below.

  • [ ] Test A
  • [ ] Test B
  • [ ] Test C

Test Configuration:

Please describe the test setup. List them below as bullet points.

Checklist:

  • [ ] My code follows the style guidelines of this project
  • [ ] I have performed a self-review of my own code
  • [ ] I have commented my code in hard-to-understand areas
  • [ ] I have made corresponding changes to the documentation
  • [ ] My changes generate no new warnings
  • [ ] I have added tests that prove my fix is effective or that my feature works
  • [ ] New and existing unit tests pass locally with my changes
  • [ ] Any dependent changes have been merged and published in downstream modules
  • [ ] I have checked my code and corrected any misspellings
  • [ ] The commit message follows the convention of this project

janaka avatar Feb 12 '24 23:02 janaka

@osala-eng I merged your G Drive fix PR in main and then rebased this branch on main.

I think you haven't pushed the admin_section route fix?

I want to get this working in Prod tomorrow. So I need to have this working locally pls.

janaka avatar Feb 12 '24 23:02 janaka

@osala-eng I merged your G Drive fix PR in main and then rebased this branch on main.

I think you haven't pushed the admin_section route fix?

I want to get this working in Prod tomorrow. So I need to have this working locally pls.

I've pushed the fix for this #219

osala-eng avatar Feb 13 '24 00:02 osala-eng

@osala-eng the fix got me futher but still getting an error after I choose which google account to link. All the config in the GCP identity and env vars on infisical should be fixed to have the correct redirect uri for localhost.

janaka avatar Feb 13 '24 12:02 janaka

@osala-eng the fix got me futher but still getting an error after I choose which google account to link. All the config in the GCP identity and env vars on infisical should be fixed to have the correct redirect uri for localhost.

Let me take a look

osala-eng avatar Feb 13 '24 12:02 osala-eng

All the setup seems okay, to use the service if the app is not yet verified you need to specify the list of allowed dev testers in GCP

image

osala-eng avatar Feb 13 '24 12:02 osala-eng