apps-script-oauth2
apps-script-oauth2 copied to clipboard
An OAuth2 library for Google Apps Script.
As a developer building a GAS project using ES modules (import/export), I would like to be able to `import` this package: ``` import { OAuth2 } from 'OAuth2'; ``` Currently,...
Bumps [eslint](https://github.com/eslint/eslint) from 8.28.0 to 8.56.0. Release notes Sourced from eslint's releases. v8.56.0 Features 0dd9704 feat: Support custom severity when reporting unused disable directives (#17212) (Bryan Mishkin) 31a7e3f feat: fix...
Hi ! I am trying to use your library to connect to the new Etsy API (v3) that require OAuth2. I used the [Twitter](https://github.com/googleworkspace/apps-script-oauth2/blob/main/samples/Twitter.gs) sample, and tried to adapt it...
:robot: I have created a release *beep* *boop* --- ## [1.43.1](https://github.com/googleworkspace/apps-script-oauth2/compare/v1.43.0...v1.43.1) (2023-12-14) ### Bug Fixes * **basecamp:** type parameter ([#427](https://github.com/googleworkspace/apps-script-oauth2/issues/427)) ([9499dba](https://github.com/googleworkspace/apps-script-oauth2/commit/9499dba62922538cb65f28cdfbefa5848e9aaa09)) * Dropbox sample not getting refresh token ([#435](https://github.com/googleworkspace/apps-script-oauth2/issues/435)) ([91d7aa3](https://github.com/googleworkspace/apps-script-oauth2/commit/91d7aa320dd15760417c43628944b5b5b8cf0778))...
I have an Apps Script app using this library to makes changes using domain-wide delegation. Right now it can edit Gmail and Calendar ACLs. I'ven noticed weird but intermittent behavior....
Also, this is a service account. I am unsure how that factors into things here. Edit: I'm using service.getIdToken() to retrieve the identity token. _Originally posted by @biowalker in https://github.com/googleworkspace/apps-script-oauth2/issues/322#issuecomment-1290921326_
Bumps [del](https://github.com/sindresorhus/del) from 6.0.0 to 7.1.0. Release notes Sourced from del's releases. v7.1.0 Add path to onProgress event (#155) f5d31e6 https://github.com/sindresorhus/del/compare/v7.0.0...v7.1.0 v7.0.0 Breaking Require Node.js 14 (#143) 106d7d8 This package...
I am using Oauth service to connect with third party service (Monday.com) using this library but, Authorize button only rendered if Oauth URL is from Google. I want this URL(https://auth.monday.com/oauth2/authorize)...