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

Refresh token does not work in sample code for DropBox. #434

Closed surusaki8 closed 1 year ago

surusaki8 commented 1 year ago

I am using the sample code for DropBox, but the refresh token does not work and always issues a redirect URL for issuing an access token. Does anyone know a solution?

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.