Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error with google API while using google DLP redactor. #60

Open
mbhatt1 opened this issue Jul 23, 2021 · 0 comments
Open

Error with google API while using google DLP redactor. #60

mbhatt1 opened this issue Jul 23, 2021 · 0 comments

Comments

@mbhatt1
Copy link

mbhatt1 commented Jul 23, 2021

I'm trying to use the google dlp API inside a chrome extension. Has anyone seen this before? Looks to be an error with google auth API.

https://stackoverflow.com/questions/54468809/what-is-causing-typeerror-expected-input-to-be-a-function-or-object-issue

Uncaught TypeError: Expected `input` to be a `Function` or `Object`, got `undefined`
    at module.exports (contentScript.js:229439)
    at Object../node_modules/google-auto-auth/node_modules/gtoken/build/src/index.js (contentScript.js:117282)
    at __webpack_require__ (contentScript.js:313984)
    at Object../node_modules/google-auto-auth/node_modules/google-auth-library/build/src/auth/jwtclient.js (contentScript.js:115665)
    at __webpack_require__ (contentScript.js:313984)
    at Object../node_modules/google-auto-auth/node_modules/google-auth-library/build/src/auth/googleauth.js (contentScript.js:114636)
    at __webpack_require__ (contentScript.js:313984)
    at Object../node_modules/google-auto-auth/node_modules/google-auth-library/build/src/index.js (contentScript.js:116939)
    at __webpack_require__ (contentScript.js:313984)
    at Object../node_modules/google-auto-auth/index.js (contentScript.js:110890)
    ```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant