googleworkspace / apps-script-oauth2

An OAuth2 library for Google Apps Script.
https://developers.google.com/apps-script/
Apache License 2.0
1.56k stars 429 forks source link

Fix issue with refresh tokens in the Dropbox sample #435

Closed erickoledadevrel closed 1 year ago

erickoledadevrel commented 1 year ago

See the Dropbox OAuth documentation. Fixes #434.

google-cla[bot] commented 1 year ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

conventional-commit-lint-gcf[bot] commented 1 year ago

🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use automerge label. Good luck human!

-- conventional-commit-lint bot https://conventionalcommits.org/

surusaki8 commented 1 year ago

Thank you very much for your help. I can now make an API request after a few hours and it returns the value I expected. I think I have probably solved the problem.

erickoledadevrel commented 1 year ago

@sqrrrl Friendly ping.