Hi,
I’m building an automated workflow in n8n and ran into a big limitation with Dropbox authentication. Dropbox only provides short-lived access tokens and does not offer a permanent token or a refresh token that renews automatically.
For n8n automation, I need a way to authenticate continuously without manually generating a new token every few hours.
Is there any recommended alternative or method official or unofficial to achieve:
an automatically renewing authentication,
usable for long-term automation
and is compatible with API calls from n8n?
Or is Dropbox simply not suitable for fully automated workflows like this?
Any advice or official clarification would be appreciated. Thanks!