cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Want to learn some quick and useful tips to make your day easier? Check out how Calvin uses Replay to get feedback from other teams at Dropbox here.

Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Re: How can i get users of Dropbox under my App using c#?

How can i get users of Dropbox under my App using c#?

BalakrishnanG
Explorer | Level 3

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#.dropboximage.png

1 Reply 1

Greg-DB
Dropbox Staff
[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.
Need more support?