You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
```
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: