Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
saravananct143
7 years agoExplorer | Level 3
How to List all files in the Dropbox folder using Web Request?
string accessToken = "Token"; var request = (HttpWebRequest)WebRequest.Create("https://api.dropboxapi.com/2/files/list_folder");
request.Method = "Post"; request.Headers.Add("Authorization",...
Greg-DB
Dropbox Community Moderator
7 years agoWe don't have official sample code for doing this in HttpWebRequest in particular. I recommend reviewing the resources Chuck shared above for help writing your code.
saravananct143
7 years agoExplorer | Level 3
Without browser verification is it possible to create a authdication token?
- Greg-DB7 years ago
Dropbox Community Moderator
No, the user needs to explicitly authorize the app in the browser in order for the app to receive an access token. The app can then store and re-use the resulting access token for future API calls though, without further manual user action.
About Dropbox API Support and Feedback
Get help with the Dropbox API from fellow developers and experts.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X, Facebook or Instagram.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!