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 Dec 7, 2023. It is now read-only.
I am trying to use Sentiment Tools and I have added the API key as directed in line 2. But when I press, save it returns this error SyntaxError: Unexpected identifier (line 73, file "code.gs")
I scrolled down to line 73, and this is what I see for each (var entity in nlData.entities) {
Anyone know why this would be the case?
The text was updated successfully, but these errors were encountered:
There's been a syntax update and for eachshould now just be forand it should work now. Just spent this morning fixing this myself so hopefully this comment is still useful!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am trying to use Sentiment Tools and I have added the API key as directed in line 2. But when I press, save it returns this error
SyntaxError: Unexpected identifier (line 73, file "code.gs")
I scrolled down to line 73, and this is what I see
for each (var entity in nlData.entities) {
Anyone know why this would be the case?
The text was updated successfully, but these errors were encountered: