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
{{ message }}
This repository has been archived by the owner on Sep 3, 2020. It is now read-only.
I got the same error, but looking through the diffs I realized that the connector's functions have been factored out to the global scope. This means that we do not need main.js' functions anymore.
I have followed the instruction here: https://github.com/googledatastudio/community-connectors/blob/master/deploy.md
When I connect\run the App Script I get an error. This is what the StackDriver logs are saying.
Jan 18, 2020, 10:40:22 AM Error ReferenceError: "connector" is not defined.
at getAuthType(main.js:27)
I'm OKish with JavaScript and it looks like the connector object is not defined..... :-p
Running through the code here https://github.com/googledatastudio/community-connectors/tree/master/google-fit/src I don't actually see it being declared anywhere. Should be be creating the object from the name of the file or something else occurring?
Thanks in advance,
Matt
The text was updated successfully, but these errors were encountered: