Martin

Results 14 comments of Martin

Any updates @paulomarg @arsnl @thecodepixi ? Would love to get this fixed!

Ok thank you! I might have to do the same, unfortunately.

Yes, offline tokens are also stored using storeCallback. It works the same as online tokens in that aspect.

See #333 for another workaround that's a bit cleaner (imo) as well as the exact line of code that causes this bug.

For those who want to use the `GoogleAuth` constructor instead of `JWT` to use Application default credentials, you can use: ``` const auth = new google.auth.GoogleAuth({ scopes: ["https://www.googleapis.com/auth/admin.directory.group"], }); const...

> It turns out that my assumption was correct unless a maintainer could clarify otherwise. The only users able to access the Admin SDK must be an Admin / Superuser...

For `npm` you can add this line to your dependencies. `"sequelize-auto-migrations": "git+https://github.com/flexxnn/sequelize-auto-migrations.git"`

The error is still here for me. However, you could access the website from [https://meeting-for-good-jp.herokuapp.com/](url)

Hello, I'd like to help with this, but I am a beginner in React. I already have everything setup and I can run a local version on my computer and...