We Want to Hear From You! What Do You Want to See on the Community? Tell us here!
Forum Discussion
BalakrishnanG
8 years agoExplorer | Level 3
How can i get users of Dropbox under my App using c#?
I am using Dropbox Api dll . I have my App id and App secret i need to get the users under my App using c#.
1 Reply
- Greg-DB8 years ago
Dropbox Community Moderator
[Cross-linking for reference: https://stackoverflow.com/questions/47588904/how-can-i-get-users-of-dropbox-under-my-app-using-c ]
Once you're ready to have users connect to your app, you should distribute your app to them via whatever means you wish. For example, an application store or marketplace.
Your app should implement the OAuth app authorization flow to allow users to authorize your app to access their accounts. You can find more information on that here:
https://www.dropbox.com/developers/reference/oauth-guide
If you're using C#, we recommend using the official API v2 .NET SDK, if possible:
https://github.com/dropbox/dropbox-sdk-dotnet
Read through the documentation and examples to see how to use it with the OAuth app authorization flow.
Once other users start linking their Dropbox accounts to your app, that number will start increasing.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.6,037 PostsLatest Activity: 9 hours ago
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 or Facebook.
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!