Hi there, my use case is the following:
(1) Generate a token for Dropbox API to access some metadata for my file (I am interested in whether a mission critical file is synced recently, thus the "server_modified" timestamp);
(2) Use this token to get the timestamp;
Currently I can have only "short lived" token which expired, or other ways that seems manual click / user authorization is needed each time I access my own file programmatically.
Any thoughts?