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
I've preloaded gmail.js and have a valid thread_id (user is viewing the thread). When I call gmail.new.get.thread_data(threadId) it always returns null or undefined.
I've preloaded gmail.js and have a valid thread_id (user is viewing the thread). When I call
gmail.new.get.thread_data(threadId)
it always returnsnull
orundefined
.Gmail.js is preloaded similarly to how it's demonstrated in the boilerplate https://github.com/josteink/gmailjs-node-boilerplate/blob/master/src/extension.js#L4
The text was updated successfully, but these errors were encountered: