dkoudrinhc

Results 10 comments of dkoudrinhc

Same issue. Any updates?

Would love to see how the recorder works, I had high hopes for this project :) Happy to provide any crash logs.

Interesting @asafkorem , considering the main project boasts about the recorder as a major feature and links to it from the documentation.

Bump. Is this a dead project/plugin? As need help urgently.

> Hello, Have you tried invoking `refresh_access_token()`? Not sure what that means sorry, is it mentioned anywhere in the documentation?

> Yes. Please try this: https://github.com/levz0r/gmail-tester#refresh_access_tokencredentials_json-token_path Still not sure how to use it. All it says in that readme is this: refresh_access_token(credentials_json, token_path) credentials_json: Path to credentials JSON file. token_path:...

> TO fix this i had to: > > * Delete existing Token > * Run ./node setup (as per guide again) and then verify via Google. I wonder if...

> Hi, I created this in plugins/index.js ` on("task", { "gmail:refresh_access_token": async () => { const token = await gmail_tester.refresh_access_token( path.resolve(__dirname, "credentials.json"), path.resolve(__dirname, "token.json") ); console.log("Refreshed the gmail token!"); return...

> Hey folks, > > I find the solution. > > **First of all, do not forget to add "refresh_token":"Your token" to your token.json!!!** After that index.js: > > It's...