hello,
my application runs non stop (daemon) and checks every 10 seconds if a file has changed (lastmodified)
the application works well, but after some time (1 - 2 days) the token seems to be invalidated.
i did not invalidate it, and no one else has access to do this.
if i renew the token, the application will run again for some time and then stop with this error.
i tried generating a token through the dropbox app console and through the web interface.
the issue happens in both cases.
according to the documentation the token should be valid for "years"
can anyone help on how to avoid the token being invalidated.
thanks
environment:
java 7
raspbian latest version
dropbox java sdk latest version.
app name: dbxvfs