I want to list all the folder files from my own Dropbox account on my website. I was going to use the C # and Dropbox Rest API, but, reading the documentation, it seems that I can not do this without first getting the user to go to Dropbox to get the authorization token.
It is right? Is there anyway I can return the data in the code without asking the user to enter?
source
share