I know is old but, if refresh the token once the upload connection is done (not the upload process)?
1 - get the token from server-side and pass it to client side
2 - start upload and once the connection is made (or the first bytes is sent), request the server-side to refresh the token.
I don't know if it's work this way, but a think once the connection is made, the token is no more necessary.
Also, using a second dropbox account (a free one) to just upload files and the move it to a payed account.
Is this possible? Or once the token is refreshed, the upload process is canceled?
Thanks!