Hey,
I was wondering if it is possible to access a dropbox account without the token generated in the app console.
What I mean is, can I use an api on my python script that will query an input dropbox account (and password obviously) for files and then retrieve it?
As far as i've seen, I can only connect via the token to the account that generated it.
Thank you