No Refresh Token - Dropbox

Describe the problem/error/question

I created Generic Credentials for DropBox using another thread I found on the community page and configured the credentials for Oauth 2 for Dropbox. However, I am still receiving errors for “no refresh token” after a certain period of time. The only thing that solves this, is manually refreshing the connection in N8N which is obviously not ideal. I am looking for help solving this, as I am not super technically savvy when it comes to authentication and tokenization.

What is the error message (if any)?

No refresh token

Please share your workflow

Information on your n8n setup

  • n8n version: [email protected]
  • Database (default: SQLite): SQLite
  • n8n EXECUTIONS_PROCESS setting (default: own, main):?
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Cloud
  • Operating system: Windows

Bump please! Still looking for some help on this.

I had the same issue, you can try to great a generic credential type and in the credential settings add this as the access token URL, it worked for me

1 Like

Same issue here. Roughly once a week I have to reconnect.
Using generic credential & have the URL set to https://api.dropboxapi.com/oauth2/token, but the problem persists.

Have tested this multiple times, but have not gotten it to stay connected.

Could it possibly be a specific scope that is the issue?