Dropbox only allows shortlived API tockens (4 hours according to their article). And they say you need to use refresh tokens to use it without manually refreshong tokens.
How to deal with expiring tokens in n8n?
Right now I want to make automatic backups of my workflow daily, but that’s impossible for me without going and manually refreshing the token. But it’s more general qusetion, I just want n8n has continious access to my dropbox.
Is that even possible for me to figure out if I’m not a dev?
Workflow (it’s working well, problem is expiration)
Information on your n8n setup
n8n version: 1.26.0
Database (default: SQLite): default: SQLite
n8n EXECUTIONS_PROCESS setting (default: own, main): default: own, main
Running n8n via (Docker, npm, n8n cloud, desktop app): Docker